diff options
Diffstat (limited to 'test/passes/avoid-reinterprets.txt')
-rw-r--r-- | test/passes/avoid-reinterprets.txt | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/test/passes/avoid-reinterprets.txt b/test/passes/avoid-reinterprets.txt index b11d137f2..410132a84 100644 --- a/test/passes/avoid-reinterprets.txt +++ b/test/passes/avoid-reinterprets.txt @@ -2,7 +2,7 @@ (type $none_=>_none (func)) (type $none_=>_f32 (func (result f32))) (memory $0 1) - (func $simple (; 0 ;) + (func $simple (drop (f32.load (i32.const 1024) @@ -24,7 +24,7 @@ ) ) ) - (func $one (; 1 ;) + (func $one (local $x i32) (local $1 i32) (local $2 f32) @@ -47,7 +47,7 @@ (local.get $2) ) ) - (func $one-b (; 2 ;) + (func $one-b (local $x f32) (local $1 i32) (local $2 i32) @@ -70,7 +70,7 @@ (local.get $2) ) ) - (func $both (; 3 ;) + (func $both (local $x i32) (local $1 i32) (local $2 f32) @@ -96,7 +96,7 @@ (local.get $2) ) ) - (func $half (; 4 ;) + (func $half (local $x i32) (local $1 i32) (local $2 f32) @@ -122,7 +122,7 @@ (local.get $2) ) ) - (func $copy (; 5 ;) + (func $copy (local $x i32) (local $y i32) (local $2 i32) @@ -149,14 +149,14 @@ (local.get $3) ) ) - (func $partial1 (; 6 ;) (result f32) + (func $partial1 (result f32) (f32.reinterpret_i32 (i32.load16_u (i32.const 3) ) ) ) - (func $partial2 (; 7 ;) (result f32) + (func $partial2 (result f32) (f32.reinterpret_i32 (i32.load8_u (i32.const 3) |