diff options
Diffstat (limited to 'test/passes/O.txt')
-rw-r--r-- | test/passes/O.txt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/passes/O.txt b/test/passes/O.txt index 3e557919f..1ab7b31fd 100644 --- a/test/passes/O.txt +++ b/test/passes/O.txt @@ -27,14 +27,14 @@ (i32.const -1073741824) (select (i32.const 1073741823) - (get_local $0) + (local.get $0) (i32.gt_s - (get_local $0) + (local.get $0) (i32.const 1073741823) ) ) (i32.lt_s - (get_local $0) + (local.get $0) (i32.const -1073741824) ) ) @@ -42,15 +42,15 @@ (func $end-if-else (; 3 ;) (; has Stack IR ;) (type $2) (param $0 i32) (result i32) (select (i32.const 1) - (get_local $0) - (get_local $0) + (local.get $0) + (local.get $0) ) ) (func $end-if-else-call (; 4 ;) (; has Stack IR ;) (type $2) (param $0 i32) (result i32) (if (result i32) - (get_local $0) + (local.get $0) (call $ret) - (get_local $0) + (local.get $0) ) ) ) |