commit 06d6cc78f084fe394a7ab0d69d87b30d4d69fe92 parent 1583f4bd329440a78f6d261cfad1043095439bbd Author: Quentin Carbonneaux <quentin.carbonneaux@yale.edu> Date: Tue, 11 Aug 2015 16:39:05 -0400 use proper store suffix in max test Diffstat:
| M | lisc/test/max.ssa | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lisc/test/max.ssa b/lisc/test/max.ssa @@ -21,5 +21,5 @@ @old jmp @loop @end - store %max, $a + storew %max, $a ret