diff options
Diffstat (limited to 'test/passes/code-folding_enable-threads.txt')
-rw-r--r-- | test/passes/code-folding_enable-threads.txt | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/test/passes/code-folding_enable-threads.txt b/test/passes/code-folding_enable-threads.txt index 0fe3aa144..e006bbd8b 100644 --- a/test/passes/code-folding_enable-threads.txt +++ b/test/passes/code-folding_enable-threads.txt @@ -1,10 +1,10 @@ (module (type $13 (func (param f32))) - (type $1 (func)) - (type $2 (func (result f32))) + (type $FUNCSIG$v (func)) + (type $FUNCSIG$f (func (result f32))) (memory $0 1 1) (table $0 282 282 funcref) - (func $0 (; 0 ;) (type $1) + (func $0 (; 0 ;) (type $FUNCSIG$v) (block $label$1 (if (i32.const 1) @@ -22,7 +22,7 @@ ) ) ) - (func $negative-zero (; 1 ;) (type $2) (result f32) + (func $negative-zero (; 1 ;) (type $FUNCSIG$f) (result f32) (if (result f32) (i32.const 0) (block $label$0 (result f32) @@ -33,7 +33,7 @@ ) ) ) - (func $negative-zero-b (; 2 ;) (type $2) (result f32) + (func $negative-zero-b (; 2 ;) (type $FUNCSIG$f) (result f32) (drop (i32.const 0) ) @@ -41,7 +41,7 @@ (f32.const -0) ) ) - (func $negative-zero-c (; 3 ;) (type $2) (result f32) + (func $negative-zero-c (; 3 ;) (type $FUNCSIG$f) (result f32) (drop (i32.const 0) ) @@ -49,7 +49,7 @@ (f32.const 0) ) ) - (func $break-target-outside-of-return-merged-code (; 4 ;) (type $1) + (func $break-target-outside-of-return-merged-code (; 4 ;) (type $FUNCSIG$v) (block $label$A (if (unreachable) @@ -80,7 +80,7 @@ ) ) ) - (func $break-target-inside-all-good (; 5 ;) (type $1) + (func $break-target-inside-all-good (; 5 ;) (type $FUNCSIG$v) (block $folding-inner0 (block $label$A (if @@ -106,7 +106,7 @@ ) (return) ) - (func $leave-inner-block-type (; 6 ;) (type $1) + (func $leave-inner-block-type (; 6 ;) (type $FUNCSIG$v) (block $label$1 (drop (block $label$2 @@ -124,10 +124,10 @@ ) ) (module - (type $0 (func (result i32))) + (type $FUNCSIG$i (func (result i32))) (memory $0 (shared 1 1)) (export "func_2224" (func $0)) - (func $0 (; 0 ;) (type $0) (result i32) + (func $0 (; 0 ;) (type $FUNCSIG$i) (result i32) (local $var$0 i32) (if (result i32) (i32.const 0) @@ -142,7 +142,7 @@ ) (module (type $0 (func)) - (type $1 (func (param i32))) + (type $FUNCSIG$vi (func (param i32))) (global $global$0 (mut i32) (i32.const 10)) (func $determinism (; 0 ;) (type $0) (block $folding-inner0 @@ -182,7 +182,7 @@ ) (unreachable) ) - (func $careful-of-the-switch (; 1 ;) (type $1) (param $0 i32) + (func $careful-of-the-switch (; 1 ;) (type $FUNCSIG$vi) (param $0 i32) (block $label$1 (block $label$3 (block $label$5 |