aboutsummaryrefslogtreecommitdiff
path: root/test/float-to-uint64.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/float-to-uint64.qbe')
-rw-r--r--test/float-to-uint64.qbe12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/float-to-uint64.qbe b/test/float-to-uint64.qbe
index b19ff32..dbe746e 100644
--- a/test/float-to-uint64.qbe
+++ b/test/float-to-uint64.qbe
@@ -4,15 +4,15 @@ function l $f() {
@body.2
%.1 =s call $g()
%.2 =w cges %.1, s_9223372036854775808
- jnz %.2, @ftou_big.4, @ftou_small.3
-@ftou_small.3
+ jnz %.2, @ftou_big.5, @ftou_small.4
+@ftou_small.4
%.3 =l stosi %.1
- jmp @ftou_join.5
-@ftou_big.4
+ jmp @ftou_join.3
+@ftou_big.5
%.4 =s sub %.1, s_9223372036854775808
%.5 =l stosi %.4
%.6 =l xor %.5, 9223372036854775808
-@ftou_join.5
- %.7 =l phi @ftou_small.3 %.3, @ftou_big.4 %.6
+@ftou_join.3
+ %.7 =l phi @ftou_small.4 %.3, @ftou_big.5 %.6
ret %.7
}