aboutsummaryrefslogtreecommitdiff
path: root/test/uint64-to-float.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/uint64-to-float.qbe')
-rw-r--r--test/uint64-to-float.qbe12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/uint64-to-float.qbe b/test/uint64-to-float.qbe
index 6542c29..4c3cf92 100644
--- a/test/uint64-to-float.qbe
+++ b/test/uint64-to-float.qbe
@@ -4,17 +4,17 @@ function s $f() {
@body.2
%.1 =l call $g()
%.2 =w csltl %.1, 0
- jnz %.2, @utof_big.4, @utof_small.3
-@utof_small.3
+ jnz %.2, @utof_big.5, @utof_small.4
+@utof_small.4
%.3 =s sltof %.1
- jmp @utof_join.5
-@utof_big.4
+ jmp @utof_join.3
+@utof_big.5
%.4 =l and %.1, 1
%.5 =l shr %.1, 1
%.6 =l or %.5, %.4
%.7 =s sltof %.6
%.8 =s add %.7, %.7
-@utof_join.5
- %.9 =s phi @utof_small.3 %.3, @utof_big.4 %.8
+@utof_join.3
+ %.9 =s phi @utof_small.4 %.3, @utof_big.5 %.8
ret %.9
}