diff options
Diffstat (limited to 'test/unit.fromasm.imprecise')
-rw-r--r-- | test/unit.fromasm.imprecise | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/test/unit.fromasm.imprecise b/test/unit.fromasm.imprecise index 2f97cfe93..62c73c681 100644 --- a/test/unit.fromasm.imprecise +++ b/test/unit.fromasm.imprecise @@ -802,18 +802,18 @@ (get_local $1) ) (func $relooperJumpThreading (param $0 i32) (result i32) - (block $jumpthreading$outer$0 - (block $jumpthreading$inner$0 + (block $__rjto$0 + (block $__rjti$0 (if (get_local $0) (block (call $h (i32.const 0) ) - (br $jumpthreading$inner$0) + (br $__rjti$0) ) ) - (br $jumpthreading$outer$0) + (br $__rjto$0) ) (call $h (i32.const 1) @@ -822,7 +822,7 @@ (call $h (i32.const -1) ) - (block $jumpthreading$inner$1 + (block $__rjti$1 (loop $while-in (br_if $while-in (i32.eqz @@ -837,7 +837,7 @@ (call $h (i32.const 2) ) - (br $jumpthreading$inner$1) + (br $__rjti$1) ) ) (call $h @@ -846,30 +846,30 @@ (call $h (i32.const -2) ) - (block $jumpthreading$outer$3 - (block $jumpthreading$inner$3 - (block $jumpthreading$inner$2 + (block $__rjto$3 + (block $__rjti$3 + (block $__rjti$2 (if (get_local $0) (block (call $h (i32.const 4) ) - (br_if $jumpthreading$inner$2 + (br_if $__rjti$2 (i32.eq (get_local $0) (i32.const 3) ) ) - (br $jumpthreading$inner$3) + (br $__rjti$3) ) ) - (br $jumpthreading$outer$3) + (br $__rjto$3) ) (call $h (i32.const 5) ) - (br $jumpthreading$outer$3) + (br $__rjto$3) ) (call $h (i32.const 6) @@ -878,36 +878,36 @@ (call $h (i32.const -3) ) - (block $jumpthreading$outer$5 - (block $jumpthreading$inner$5 - (block $jumpthreading$inner$4 + (block $__rjto$5 + (block $__rjti$5 + (block $__rjti$4 (if (get_local $0) (block (call $h (i32.const 7) ) - (br_if $jumpthreading$inner$4 + (br_if $__rjti$4 (i32.eq (get_local $0) (i32.const 5) ) ) - (br $jumpthreading$inner$5) + (br $__rjti$5) ) ) - (br $jumpthreading$outer$5) + (br $__rjto$5) ) (call $h (i32.const 8) ) - (br_if $jumpthreading$inner$5 + (br_if $__rjti$5 (i32.eq (get_local $0) (i32.const 6) ) ) - (br $jumpthreading$outer$5) + (br $__rjto$5) ) (call $h (i32.const 9) @@ -917,14 +917,14 @@ (i32.const -4) ) (block $label$break$L1 - (block $jumpthreading$inner$6 + (block $__rjti$6 (if (get_local $0) (block (call $h (i32.const 10) ) - (br $jumpthreading$inner$6) + (br $__rjti$6) ) ) (br $label$break$L1) @@ -937,21 +937,21 @@ (i32.const -5) ) (block $label$break$L10 - (block $jumpthreading$inner$8 - (block $jumpthreading$inner$7 + (block $__rjti$8 + (block $__rjti$7 (if (get_local $0) (block (call $h (i32.const 12) ) - (br_if $jumpthreading$inner$7 + (br_if $__rjti$7 (i32.eq (get_local $0) (i32.const 8) ) ) - (br $jumpthreading$inner$8) + (br $__rjti$8) ) ) (br $label$break$L10) @@ -959,7 +959,7 @@ (call $h (i32.const 13) ) - (br_if $jumpthreading$inner$8 + (br_if $__rjti$8 (get_local $0) ) (br $label$break$L10) @@ -980,16 +980,16 @@ (local $3 i32) (local $4 i32) (loop $while-in - (block $jumpthreading$outer$1 - (block $jumpthreading$inner$1 + (block $__rjto$1 + (block $__rjti$1 (if (get_local $0) - (br_if $jumpthreading$inner$1 + (br_if $__rjti$1 (i32.eqz (get_local $1) ) ) - (br_if $jumpthreading$inner$1 + (br_if $__rjti$1 (i32.eqz (get_local $2) ) |