Chromium Code Reviews| Index: src/IceCfg.h |
| diff --git a/src/IceCfg.h b/src/IceCfg.h |
| index 02e8394511ec23bf74f72539487813647bb07cff..0c37823e3a538d46f0fae7e4fd4b3fccad40a277 100644 |
| --- a/src/IceCfg.h |
| +++ b/src/IceCfg.h |
| @@ -201,7 +201,7 @@ public: |
| void advancedPhiLowering(); |
| void reorderNodes(); |
| void shuffleNodes(); |
| - void localCSE(); |
| + void localCSE(bool AssumeSSA); |
| void shortCircuitJumps(); |
| void loopInvariantCodeMotion(); |