diff options
Diffstat (limited to 'test/passes/vacuum_remove-unused-names_merge-blocks.txt')
-rw-r--r-- | test/passes/vacuum_remove-unused-names_merge-blocks.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/test/passes/vacuum_remove-unused-names_merge-blocks.txt b/test/passes/vacuum_remove-unused-names_merge-blocks.txt index 716ff66b2..210362877 100644 --- a/test/passes/vacuum_remove-unused-names_merge-blocks.txt +++ b/test/passes/vacuum_remove-unused-names_merge-blocks.txt @@ -1,11 +1,11 @@ (module (type $0 (func (param i32) (result i32))) (func $return-block (; 0 ;) (type $0) (param $x i32) (result i32) - (set_local $x - (get_local $x) + (local.set $x + (local.get $x) ) (return - (get_local $x) + (local.get $x) ) ) ) |