Chromium Code Reviews| Index: src/IceCfg.h |
| diff --git a/src/IceCfg.h b/src/IceCfg.h |
| index 42e6ef121c519417faf5393e42a74bf62728e4f5..d8f2f203471034279b71dcdad14eb1259ec037c9 100644 |
| --- a/src/IceCfg.h |
| +++ b/src/IceCfg.h |
| @@ -202,6 +202,7 @@ public: |
| void shuffleNodes(); |
| void localCSE(); |
| void shortCircuitJumps(); |
| + void invertICMP(); |
|
John
2016/07/07 21:20:56
This seems like X86-specific. If it is, then it sh
manasijm
2016/07/07 22:43:35
Found a nice place to move it.
Added a virtual fun
|
| /// Scan allocas to determine whether we need to use a frame pointer. |
| /// If SortAndCombine == true, merge all the fixed-size allocas in the |