diff options
Diffstat (limited to 'test/min.fromasm.imprecise')
-rw-r--r-- | test/min.fromasm.imprecise | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/test/min.fromasm.imprecise b/test/min.fromasm.imprecise index 596ed06cf..45b2f8c19 100644 --- a/test/min.fromasm.imprecise +++ b/test/min.fromasm.imprecise @@ -23,17 +23,7 @@ ) ) (func $bitcasts (param $0 i32) (param $1 f32) - (f32.reinterpret/i32 - (get_local $0) - ) - (f64.promote/f32 - (f32.reinterpret/i32 - (get_local $0) - ) - ) - (i32.reinterpret/f32 - (get_local $1) - ) + (nop) ) (func $ctzzzz (result i32) (i32.ctz |