aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/struct-return-2.qbe11
1 files changed, 5 insertions, 6 deletions
diff --git a/test/struct-return-2.qbe b/test/struct-return-2.qbe
index 415ec2f..3e5a544 100644
--- a/test/struct-return-2.qbe
+++ b/test/struct-return-2.qbe
@@ -5,10 +5,9 @@ function w $f() {
@body.2
%.1 =:.1 call $g()
%.2 =l copy %.1
- %.3 =l copy %.2
- %.4 =l mul 4, 1
- %.5 =l add %.3, %.4
- %.6 =l copy %.5
- %.7 =w loadsw %.6
- ret %.7
+ %.3 =l mul 4, 1
+ %.4 =l add %.2, %.3
+ %.5 =l copy %.4
+ %.6 =w loadsw %.5
+ ret %.6
}