summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/passes/optimize-instructions_all-features.txt20
1 files changed, 10 insertions, 10 deletions
diff --git a/test/passes/optimize-instructions_all-features.txt b/test/passes/optimize-instructions_all-features.txt
index 1873b8d3a..b80330ad6 100644
--- a/test/passes/optimize-instructions_all-features.txt
+++ b/test/passes/optimize-instructions_all-features.txt
@@ -3354,15 +3354,15 @@
)
)
(drop
- (f32.mul
+ (f32.sub
+ (f32.const -0)
(local.get $y32)
- (f32.const -1)
)
)
(drop
- (f64.mul
+ (f64.sub
+ (f64.const -0)
(local.get $y64)
- (f64.const -1)
)
)
(drop
@@ -4276,15 +4276,15 @@
)
)
(drop
- (f32.mul
+ (f32.sub
+ (f32.const -0)
(local.get $fx)
- (f32.const -1)
)
)
(drop
- (f64.mul
+ (f64.sub
+ (f64.const -0)
(local.get $fy)
- (f64.const -1)
)
)
(drop
@@ -4362,9 +4362,9 @@
)
)
(drop
- (f32.mul
+ (f32.sub
+ (f32.const -0)
(local.get $fx)
- (f32.const -1)
)
)
(drop