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