aboutsummaryrefslogtreecommitdiff
path: root/ssa.h
diff options
context:
space:
mode:
authorTeddy <ted.sybil@gmail.com>2014-05-03 10:31:50 +0800
committerTeddy <ted.sybil@gmail.com>2014-05-03 10:31:50 +0800
commitf0646d2f6b778ddb6df959412d18d4dd37313eda (patch)
tree8c69a7de96570d5b49d5920e6ae71a8f118c4518 /ssa.h
parentf3372f4560faafbbe871efeeb7bf872bac6eeb31 (diff)
ready for reg alloc
Diffstat (limited to 'ssa.h')
-rw-r--r--ssa.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssa.h b/ssa.h
index d596826..722545d 100644
--- a/ssa.h
+++ b/ssa.h
@@ -33,7 +33,7 @@ struct COpr {
int sub;
int dep;
int mod;
- int reg; /* -1 for spilled */
+ int reg; /* -1 for spilled, -2 for discarded */
CType_t type;
CInst_t def;
CRange_t range;