diff options
author | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-10-20 16:19:00 -0400 |
---|---|---|
committer | Quentin Carbonneaux <quentin.carbonneaux@yale.edu> | 2015-10-30 13:20:42 -0400 |
commit | 4bce97b16bc393e945c1955bf900364f5a456202 (patch) | |
tree | eddbc67574f34a8cae717c7497f07e50a9fc07e4 /lisc/lisc.h | |
parent | a7e7d73a7e41216436c334c89b7318e698e828f6 (diff) | |
download | roux-4bce97b16bc393e945c1955bf900364f5a456202.tar.gz |
rename spill field in Tmp to slot
Diffstat (limited to 'lisc/lisc.h')
-rw-r--r-- | lisc/lisc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisc/lisc.h b/lisc/lisc.h index a9a53fd..ddb5465 100644 --- a/lisc/lisc.h +++ b/lisc/lisc.h @@ -244,7 +244,7 @@ struct Tmp { char name[NString]; uint ndef, nuse; uint cost; - short spill; + short slot; short wide; int hint; int phi; |