diff options
Diffstat (limited to 'test/passes/remove-unused-names_optimize-instructions_all-features.txt')
-rw-r--r-- | test/passes/remove-unused-names_optimize-instructions_all-features.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/passes/remove-unused-names_optimize-instructions_all-features.txt b/test/passes/remove-unused-names_optimize-instructions_all-features.txt index 03c30c6c3..84405cd17 100644 --- a/test/passes/remove-unused-names_optimize-instructions_all-features.txt +++ b/test/passes/remove-unused-names_optimize-instructions_all-features.txt @@ -2,10 +2,10 @@ (type $none_=>_none (func)) (type $i32_=>_none (func (param i32))) (event $e (attr 0) (param i32)) - (func $dummy (; 0 ;) + (func $dummy (nop) ) - (func $getFallthrough (; 1 ;) + (func $getFallthrough (local $x0 i32) (local $x1 i32) (local $x2 i32) |