aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/do-loop.qbe4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/do-loop.qbe b/test/do-loop.qbe
index c13b8fe..698e310 100644
--- a/test/do-loop.qbe
+++ b/test/do-loop.qbe
@@ -14,12 +14,12 @@ function w $main() {
%.7 =w cnew %.6, 0
jnz %.7, @if_true.6, @if_false.7
@if_true.6
- jmp @do_cont.4
+ jmp @do_cond.4
@if_false.7
%.8 =w loadsw %.3
%.9 =w add %.8, 1
storew %.9, %.3
-@do_cont.4
+@do_cond.4
%.10 =w loadsw %.1
%.11 =w sub %.10, 1
storew %.11, %.1