Index: src/IceCfgNode.h |
diff --git a/src/IceCfgNode.h b/src/IceCfgNode.h |
index 0d6e91184c20095e4d083471297d0ef442a50f0b..c5b9ac572a9ce812b3c2ea53c7bcc9c09a7c0375 100644 |
--- a/src/IceCfgNode.h |
+++ b/src/IceCfgNode.h |
@@ -80,7 +80,8 @@ public: |
void genCode(); |
void livenessLightweight(); |
bool liveness(Liveness *Liveness); |
- void livenessPostprocess(LivenessMode Mode, Liveness *Liveness); |
+ void livenessAddIntervals(Liveness *Liveness, InstNumberT FirstInstNum, |
+ InstNumberT LastInstNum); |
void contractIfEmpty(); |
void doBranchOpt(const CfgNode *NextNode); |
void emit(Cfg *Func) const; |