diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-04 18:39:20 -0500 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-11-04 18:39:20 -0500 |
commit | db1864d22ae11342a6e2e7f9a7c08da6d475184b (patch) | |
tree | 5ae4f576a266768ed79a0007712c4567c485aa9a /lisc/test | |
parent | 5f875c3261728537c0bacae50f76734547f43508 (diff) | |
download | roux-db1864d22ae11342a6e2e7f9a7c08da6d475184b.tar.gz |
update align to use loadw
Diffstat (limited to 'lisc/test')
-rw-r--r-- | lisc/test/align.ssa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/test/align.ssa b/lisc/test/align.ssa index 9ff8468..9ac3f60 100644 --- a/lisc/test/align.ssa +++ b/lisc/test/align.ssa @@ -4,7 +4,7 @@ function $test() { %y =l add %x, 8 %m =w rem %y, 16 storew %m, %y - %n =w load %y + %n =w loadw %y storew %n, $a ret } |