diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-07-03 15:19:36 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:27 -0400 |
commit | 3765d2c33dbb29058fdab7b533ae8f981018e1d2 (patch) | |
tree | 3f1c2da1d9c31eb22e989938260a57945c2391a9 /lisc/test | |
parent | 6d0ffe229192bd3eea0f8997a2cc91a01cda8b38 (diff) | |
download | roux-3765d2c33dbb29058fdab7b533ae8f981018e1d2.tar.gz |
rename branching cnd to jez
Diffstat (limited to 'lisc/test')
-rw-r--r-- | lisc/test/loop.ssa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/test/loop.ssa b/lisc/test/loop.ssa index 6fea1c6..37d9478 100644 --- a/lisc/test/loop.ssa +++ b/lisc/test/loop.ssa @@ -13,7 +13,7 @@ %n1 = sub %n, 1 %s1 = add %s, %n - cnd %n1, @end, @loop + jez %n1, @end, @loop @end ret |