Chromium Code Reviews| Index: src/IceCfg.h |
| diff --git a/src/IceCfg.h b/src/IceCfg.h |
| index 490d1d065d7c46b0c5cd6abc59d5d9190a7047f6..7882d5be79105e0363d95c25b7da6d6227b19cfd 100644 |
| --- a/src/IceCfg.h |
| +++ b/src/IceCfg.h |
| @@ -203,6 +203,7 @@ public: |
| void localCSE(); |
| void shortCircuitJumps(); |
| void loopInvariantCodeMotion(); |
| + void invertICMP(); |
|
Jim Stichnoth
2016/07/20 22:25:56
Can this be removed?
manasijm
2016/07/20 22:54:16
Done.
|
| /// Scan allocas to determine whether we need to use a frame pointer. |
| /// If SortAndCombine == true, merge all the fixed-size allocas in the |