diff options
Diffstat (limited to 'test/passes/duplicate-function-elimination_optimize-level=2.txt')
-rw-r--r-- | test/passes/duplicate-function-elimination_optimize-level=2.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/passes/duplicate-function-elimination_optimize-level=2.txt b/test/passes/duplicate-function-elimination_optimize-level=2.txt index 4294b28c4..83fff3b04 100644 --- a/test/passes/duplicate-function-elimination_optimize-level=2.txt +++ b/test/passes/duplicate-function-elimination_optimize-level=2.txt @@ -43,7 +43,7 @@ (module (type $0 (func)) (memory $0 0) - (table 3 3 anyfunc) + (table $0 3 3 anyfunc) (elem (i32.const 0) $keep2 $keep2 $caller) (export "keep2" (func $keep2)) (export "other" (func $keep2)) @@ -366,18 +366,18 @@ ) (module (type $FUNCSIG$v (func)) - (memory $0 0) (import "env" "i" (func $i)) (import "env" "j" (func $j)) + (memory $0 0) (func $erase (; 2 ;) (type $FUNCSIG$v) (call $i) ) ) (module (type $FUNCSIG$v (func)) - (memory $0 0) (import "env" "i" (func $i)) (import "env" "j" (func $j)) + (memory $0 0) (func $keep2 (; 2 ;) (type $FUNCSIG$v) (call $i) ) @@ -388,7 +388,7 @@ (module (type $T (func)) (memory $0 0) - (table 2 2 anyfunc) + (table $0 2 2 anyfunc) (elem (i32.const 0) $erase $erase) (func $erase (; 0 ;) (type $T) (call_indirect (type $T) @@ -399,7 +399,7 @@ (module (type $T (func)) (memory $0 0) - (table 2 2 anyfunc) + (table $0 2 2 anyfunc) (elem (i32.const 0) $keep2 $other) (func $keep2 (; 0 ;) (type $T) (call_indirect (type $T) @@ -416,7 +416,7 @@ (type $T (func)) (type $S (func)) (memory $0 0) - (table 2 2 anyfunc) + (table $0 2 2 anyfunc) (elem (i32.const 0) $keep2 $other) (func $keep2 (; 0 ;) (type $T) (call_indirect (type $T) |