Index: src/IceCfgNode.h |
diff --git a/src/IceCfgNode.h b/src/IceCfgNode.h |
index 954977f98d4dabe3a15ad695674bf9c3651f6a4d..eba98c0bafb4a4068f208c5c1058acfcee6ba40d 100644 |
--- a/src/IceCfgNode.h |
+++ b/src/IceCfgNode.h |
@@ -65,6 +65,7 @@ public: |
void livenessLightweight(); |
bool liveness(Liveness *Liveness); |
void livenessPostprocess(LivenessMode Mode, Liveness *Liveness); |
+ void doBranchOpt(const CfgNode *NextNode); |
void emit(Cfg *Func) const; |
void dump(Cfg *Func) const; |