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