diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-28 15:35:40 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2016-03-29 10:10:27 -0400 |
commit | e4da265b5017332007bb130c7df55b24d6dc4214 (patch) | |
tree | efd506d3bf4d76d02af0828361d47a808c0e6e93 /test | |
parent | b75cb8388fb9b5f2393443d008bb46c522c5ec9b (diff) | |
download | roux-e4da265b5017332007bb130c7df55b24d6dc4214.tar.gz |
make block labels per-function
Diffstat (limited to 'test')
-rw-r--r-- | test/abi4.ssa | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/abi4.ssa b/test/abi4.ssa index 844d985..47255bf 100644 --- a/test/abi4.ssa +++ b/test/abi4.ssa @@ -20,7 +20,7 @@ function $alpha(l %p, w %l, l %n) { export function :mem $test() { -@start +@ini %p =l alloc4 17 %r0 =w call $alpha(l %p, w 65, l 16) ret %p |