diff options
Diffstat (limited to 'test/passes/flatten_local-cse_Os.wast')
-rw-r--r-- | test/passes/flatten_local-cse_Os.wast | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/passes/flatten_local-cse_Os.wast b/test/passes/flatten_local-cse_Os.wast index bc981b1b9..7017bcfb6 100644 --- a/test/passes/flatten_local-cse_Os.wast +++ b/test/passes/flatten_local-cse_Os.wast @@ -5,14 +5,14 @@ (i32.xor (i32.shr_s (i32.shl - (get_local $0) + (local.get $0) (i32.const 16) ) (i32.const 16) ) (i32.shr_s (i32.shl - (get_local $1) + (local.get $1) (i32.const 16) ) (i32.const 16) @@ -21,14 +21,14 @@ (i32.xor (i32.shr_s (i32.shl - (get_local $0) + (local.get $0) (i32.const 16) ) (i32.const 16) ) (i32.shr_s (i32.shl - (get_local $1) + (local.get $1) (i32.const 16) ) (i32.const 16) |