diff options
Diffstat (limited to 'test/memorygrowth.fromasm.imprecise')
-rw-r--r-- | test/memorygrowth.fromasm.imprecise | 40 |
1 files changed, 20 insertions, 20 deletions
diff --git a/test/memorygrowth.fromasm.imprecise b/test/memorygrowth.fromasm.imprecise index 9e8d34b83..f2acc39d2 100644 --- a/test/memorygrowth.fromasm.imprecise +++ b/test/memorygrowth.fromasm.imprecise @@ -1598,7 +1598,7 @@ (set_local $27 (get_local $8) ) - (set_local $32 + (set_local $31 (get_local $8) ) (set_local $8 @@ -1669,7 +1669,7 @@ (set_local $37 (get_local $13) ) - (set_local $31 + (set_local $32 (get_local $1) ) (set_local $8 @@ -1708,7 +1708,7 @@ (set_local $37 (i32.const 0) ) - (set_local $31 + (set_local $32 (i32.const 0) ) (set_local $8 @@ -1731,7 +1731,7 @@ (i32.const 0) ) (i32.eq - (get_local $31) + (get_local $32) (i32.const 0) ) ) @@ -1873,8 +1873,8 @@ (set_local $27 (get_local $0) ) - (set_local $32 - (get_local $31) + (set_local $31 + (get_local $32) ) (set_local $8 (i32.const 90) @@ -1885,7 +1885,7 @@ (get_local $36) ) (set_local $10 - (get_local $31) + (get_local $32) ) ) ) @@ -1925,7 +1925,7 @@ (set_local $1 (select (get_local $27) - (get_local $32) + (get_local $31) (get_local $7) ) ) @@ -1942,7 +1942,7 @@ (set_local $27 (get_local $7) ) - (set_local $32 + (set_local $31 (get_local $1) ) (br $while-in$20) @@ -1958,7 +1958,7 @@ (set_local $28 (get_local $6) ) - (set_local $32 + (set_local $31 (get_local $1) ) ) @@ -9013,29 +9013,29 @@ (i32.load (get_local $3) ) - (set_local $2 + (set_local $1 (i32.const 3) ) - (set_local $1 + (set_local $2 (i32.const -1) ) ) ) - (set_local $2 + (set_local $1 (i32.const 3) ) ) (if (i32.eq - (get_local $2) + (get_local $1) (i32.const 3) ) (block (if (i32.lt_u - (set_local $1 + (set_local $2 (i32.load - (set_local $2 + (set_local $1 (i32.add (get_local $0) (i32.const 4) @@ -9066,7 +9066,7 @@ ) (get_local $0) (i32.sub - (get_local $1) + (get_local $2) (get_local $6) ) (i32.const 1) @@ -9089,15 +9089,15 @@ (i32.const 0) ) (i32.store - (get_local $2) + (get_local $1) (i32.const 0) ) - (set_local $1 + (set_local $2 (i32.const 0) ) ) ) - (get_local $1) + (get_local $2) ) (func $jb (param $0 i32) (param $1 i32) (param $2 i32) (result i32) (local $3 i32) |