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 c44b4cc28..276debca1 100644 --- a/test/passes/duplicate-function-elimination_optimize-level=1.txt +++ b/test/passes/duplicate-function-elimination_optimize-level=1.txt @@ -42,9 +42,9 @@ ) (module (type $0 (func)) + (memory $0 0) (table 3 3 anyfunc) (elem (i32.const 0) $keep2 $keep2 $caller) - (memory $0 0) (export "keep2" (func $keep2)) (export "other" (func $keep2)) (start $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) ) @@ -390,9 +390,9 @@ ) (module (type $T (func)) + (memory $0 0) (table 2 2 anyfunc) (elem (i32.const 0) $erase $erase) - (memory $0 0) (func $erase (; 0 ;) (type $T) (call_indirect (type $T) (i32.const 0) @@ -401,9 +401,9 @@ ) (module (type $T (func)) + (memory $0 0) (table 2 2 anyfunc) (elem (i32.const 0) $keep2 $other) - (memory $0 0) (func $keep2 (; 0 ;) (type $T) (call_indirect (type $T) (i32.const 0) @@ -418,9 +418,9 @@ (module (type $T (func)) (type $S (func)) + (memory $0 0) (table 2 2 anyfunc) (elem (i32.const 0) $keep2 $other) - (memory $0 0) (func $keep2 (; 0 ;) (type $T) (call_indirect (type $T) (i32.const 0) |