aboutsummaryrefslogtreecommitdiff
path: root/ssa.h
diff options
context:
space:
mode:
Diffstat (limited to 'ssa.h')
-rw-r--r--ssa.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ssa.h b/ssa.h
index d585c07..a170c80 100644
--- a/ssa.h
+++ b/ssa.h
@@ -31,6 +31,7 @@ struct COpr {
} info;
int sub;
+ int dep;
CInst_t def;
CRange_t range;
int reg; /* -1 for spilled */
@@ -134,6 +135,7 @@ typedef struct CInterv {
} CInterv;
void ssa_generate();
+COpr_t cinterv_repr(COpr_t opr);
extern int gbbase;
extern CBlock_t entry;
extern COList_t defs;