summaryrefslogtreecommitdiff
path: root/test/min.fromasm.imprecise
diff options
context:
space:
mode:
Diffstat (limited to 'test/min.fromasm.imprecise')
-rw-r--r--test/min.fromasm.imprecise16
1 files changed, 8 insertions, 8 deletions
diff --git a/test/min.fromasm.imprecise b/test/min.fromasm.imprecise
index d4c2314ce..29c5fcc1b 100644
--- a/test/min.fromasm.imprecise
+++ b/test/min.fromasm.imprecise
@@ -13,27 +13,27 @@
(drop
(call $ub)
)
- (get_global $M)
+ (global.get $M)
)
(func $legalstub$floats (; 2 ;) (; has Stack IR ;) (param $0 f64) (result f64)
- (f64.promote/f32
+ (f64.promote_f32
(f32.add
(f32.const 0)
- (f32.demote/f64
- (get_local $0)
+ (f32.demote_f64
+ (local.get $0)
)
)
)
)
(func $legalstub$neg (; 3 ;) (; has Stack IR ;) (param $0 i32) (param $1 i32) (result f64)
(i32.store
- (get_local $0)
- (get_local $1)
+ (local.get $0)
+ (local.get $1)
)
- (f64.promote/f32
+ (f64.promote_f32
(f32.neg
(f32.load
- (get_local $0)
+ (local.get $0)
)
)
)