Chromium Code Reviews| Index: src/IceCfg.h |
| diff --git a/src/IceCfg.h b/src/IceCfg.h |
| index 02e8394511ec23bf74f72539487813647bb07cff..de8e558895529542ff67db65562a9cd728ab7d72 100644 |
| --- a/src/IceCfg.h |
| +++ b/src/IceCfg.h |
| @@ -204,6 +204,7 @@ public: |
| void localCSE(); |
| void shortCircuitJumps(); |
| void loopInvariantCodeMotion(); |
| + void splitLocalVars(); |
| /// Scan allocas to determine whether we need to use a frame pointer. |
| /// If SortAndCombine == true, merge all the fixed-size allocas in the |