diff options
Diffstat (limited to 'test/builtin-alloca.qbe')
-rw-r--r-- | test/builtin-alloca.qbe | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/builtin-alloca.qbe b/test/builtin-alloca.qbe index 877ed22..1eeef22 100644 --- a/test/builtin-alloca.qbe +++ b/test/builtin-alloca.qbe @@ -5,7 +5,6 @@ function $f() { @body.2 %.2 =l extsw 32 %.3 =l alloc16 %.2 - %.4 =l copy %.3 - storel %.4, %.1 + storel %.3, %.1 ret } |