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/fix4.ssa | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisc/test/fix4.ssa') diff --git a/lisc/test/fix4.ssa b/lisc/test/fix4.ssa index 0d3ccb6..181768d 100644 --- a/lisc/test/fix4.ssa +++ b/lisc/test/fix4.ssa @@ -3,14 +3,14 @@ function $test() { %x =w copy 3 %n =w copy 2 @loop - %c =w ceq %n, 10000 + %c =w ceqw %n, 10000 jnz %c, @end, @next @next %t =w copy 3 %x =w add %x, 2 @tloop %s =w mul %t, %t - %c =w csgt %s, %x + %c =w csgtw %s, %x jnz %c, @prime, @test @test %r =w rem %x, %t -- cgit 1.4.1