diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-08-17 21:01:20 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-09-15 23:01:31 -0400 |
commit | a767351bdd80d0ba97599372d9dd9ad571601b2c (patch) | |
tree | 7af976a840de335311cf79c384eb6835ed9f2636 /lisc/spill.c | |
parent | 40d0582ee06232bf8290fafca476a3288488743d (diff) | |
download | roux-a767351bdd80d0ba97599372d9dd9ad571601b2c.tar.gz |
remove obsolete comment
Diffstat (limited to 'lisc/spill.c')
-rw-r--r-- | lisc/spill.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lisc/spill.c b/lisc/spill.c index f8a174f..a407047 100644 --- a/lisc/spill.c +++ b/lisc/spill.c @@ -282,8 +282,6 @@ inregs(Blk *b, Blk *s) /* todo, move to live.c */ * Be careful with: * - OCopy instructions to ensure register * constraints - * - Branching variables *must* be in - * register */ void spill(Fn *fn) |