diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/passes/lower-case.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/passes/lower-case.txt b/test/passes/lower-case.txt index 82651da23..8c1ea176f 100644 --- a/test/passes/lower-case.txt +++ b/test/passes/lower-case.txt @@ -1,11 +1,11 @@ (module (memory 0) (func $switcher (param $x i32) (result i32) - (block $forswitch$switch$0 + (block $switch$0 (block $switch-default$3 (block $switch-case$2 (block $switch-case$1 - (tableswitch $switch$0 + (tableswitch (i32.sub (get_local $x) (i32.const 1) @@ -23,11 +23,11 @@ ) (nop) ) - (block $forswitch$switch$4 + (block $switch$4 (block $switch-default$7 (block $switch-case$6 (block $switch-case$5 - (tableswitch $switch$4 + (tableswitch (i32.sub (get_local $x) (i32.const 5) @@ -45,13 +45,13 @@ ) (nop) ) - (block $forswitch$label$break$Lout + (block $label$break$Lout (block $switch-default$16 (block $switch-case$15 (block $switch-case$12 (block $switch-case$9 (block $switch-case$8 - (tableswitch $label$break$Lout + (tableswitch (i32.sub (get_local $x) (i32.const 2) |