diff options
Diffstat (limited to 'test/passes/duplicate-function-elimination_optimize-level=1.txt')
-rw-r--r-- | test/passes/duplicate-function-elimination_optimize-level=1.txt | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/test/passes/duplicate-function-elimination_optimize-level=1.txt b/test/passes/duplicate-function-elimination_optimize-level=1.txt index 276debca1..97e782ce6 100644 --- a/test/passes/duplicate-function-elimination_optimize-level=1.txt +++ b/test/passes/duplicate-function-elimination_optimize-level=1.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)) @@ -369,18 +369,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) ) @@ -391,7 +391,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) @@ -402,7 +402,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) @@ -419,7 +419,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) |