diff options
Diffstat (limited to 'test/min.fromasm.imprecise')
-rw-r--r-- | test/min.fromasm.imprecise | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/min.fromasm.imprecise b/test/min.fromasm.imprecise index 76046dc59..9050a8dc8 100644 --- a/test/min.fromasm.imprecise +++ b/test/min.fromasm.imprecise @@ -9,13 +9,13 @@ (export "neg" (func $neg)) (export "bitcasts" (func $bitcasts)) (export "ctzzzz" (func $ctzzzz)) - (func $floats (; 0 ;) (; has Stack IR ;) (param $0 f32) (result f32) + (func $floats (; has Stack IR ;) (param $0 f32) (result f32) (f32.add (f32.const 0) (local.get $0) ) ) - (func $neg (; 1 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (result f32) + (func $neg (; has Stack IR ;) (param $0 i32) (param $1 i32) (result f32) (i32.store (local.get $0) (local.get $1) @@ -26,13 +26,13 @@ ) ) ) - (func $bitcasts (; 2 ;) (; has Stack IR ;) (param $0 i32) (param $1 f32) + (func $bitcasts (; has Stack IR ;) (param $0 i32) (param $1 f32) (nop) ) - (func $ctzzzz (; 3 ;) (; has Stack IR ;) (result i32) + (func $ctzzzz (; has Stack IR ;) (result i32) (i32.const 2) ) - (func $ub (; 4 ;) (; has Stack IR ;) (result i32) + (func $ub (; has Stack IR ;) (result i32) (drop (call $ub) ) |