diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/builtin-va-copy.qbe | 2 | ||||
-rw-r--r-- | test/struct-copy.qbe | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/test/builtin-va-copy.qbe b/test/builtin-va-copy.qbe index 913fbd3..6c8d288 100644 --- a/test/builtin-va-copy.qbe +++ b/test/builtin-va-copy.qbe @@ -18,7 +18,5 @@ function $f() { %.9 =l add %.6, 8 %.10 =l loadl %.8 storel %.10, %.9 - %.11 =l add %.8, 8 - %.12 =l add %.9, 8 ret } diff --git a/test/struct-copy.qbe b/test/struct-copy.qbe index eb2c955..684952f 100644 --- a/test/struct-copy.qbe +++ b/test/struct-copy.qbe @@ -13,8 +13,6 @@ function $f() { %.7 =l add %.4, 4 %.8 =l loaduw %.6 storew %.8, %.7 - %.9 =l add %.6, 4 - %.10 =l add %.7, 4 ret } export data $x = align 4 { z 12 } |