Index: src/IceCfg.h |
diff --git a/src/IceCfg.h b/src/IceCfg.h |
index b85da2880ff36f78d06ffa53bc0db99d4b605de6..e3f29c7700c8627dcc48fd4a2f5933ff617a8422 100644 |
--- a/src/IceCfg.h |
+++ b/src/IceCfg.h |
@@ -200,6 +200,7 @@ public: |
void advancedPhiLowering(); |
void reorderNodes(); |
void shuffleNodes(); |
+ void localCSE(); |
/// Scan allocas to determine whether we need to use a frame pointer. |
/// If SortAndCombine == true, merge all the fixed-size allocas in the |