From 5ac9fbd8e4ca152c7fb62e2c77f1c9ccd1d0db02 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Fri, 24 Jul 2015 10:22:07 -0400 Subject: new spill test --- lisc/test/spill.ssa | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'lisc/test/spill.ssa') diff --git a/lisc/test/spill.ssa b/lisc/test/spill.ssa index 9e24e9e..072a231 100644 --- a/lisc/test/spill.ssa +++ b/lisc/test/spill.ssa @@ -1,11 +1,13 @@ -# Test with NReg == 3 +# test with NReg == 3 # there must be a spill -# happening on %c. -# If you replace the sub +# happening on %c +# +# if you replace the sub # by an add or comment # the two marked lines # there should be no -# spill. +# spill +# @start %f = copy 0 # here @@ -13,6 +15,6 @@ %c = copy 2 %a = sub %b, %c %d = copy %b - %e = copy %f # and here + %e = copy %f # and there %g = copy %a ret -- cgit 1.4.1