aboutsummaryrefslogtreecommitdiff
path: root/test/struct-return-1.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/struct-return-1.qbe')
-rw-r--r--test/struct-return-1.qbe3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/struct-return-1.qbe b/test/struct-return-1.qbe
index fcdf699..76bb98d 100644
--- a/test/struct-return-1.qbe
+++ b/test/struct-return-1.qbe
@@ -4,7 +4,6 @@ function :s.1 $f() {
@start.1
%.1 =l alloc4 4
@body.2
- %.2 =l add %.1, 0
- storew 2, %.2
+ storew 2, %.1
ret %.1
}