From cfa285395e19460a2da9c63167185a08245f1d83 Mon Sep 17 00:00:00 2001 From: Quentin Carbonneaux Date: Thu, 11 Feb 2016 20:02:31 -0500 Subject: update tests to new comparisons --- lisc/test/spill2.ssa | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lisc/test/spill2.ssa') diff --git a/lisc/test/spill2.ssa b/lisc/test/spill2.ssa index 49ce2f2..cdfda2d 100644 --- a/lisc/test/spill2.ssa +++ b/lisc/test/spill2.ssa @@ -6,8 +6,8 @@ function $test() { @start - %a =w copy 0 - %b =w copy 0 + %a =w loadw $a + %b =w loadw $a @loop %c =w phi @start 0, @loop %f @@ -16,7 +16,7 @@ function $test() { %f =w add %c, %d %g =w add %c, %e %h =w add %e, %d - %x =w csle %a, %b + %x =w cslew %a, %b jnz %x, @loop, @end @end -- cgit 1.4.1