Chromium Code Reviews| Index: src/IceCfg.h |
| diff --git a/src/IceCfg.h b/src/IceCfg.h |
| index 606f7850141f0d85e2ab6d77b050b0f2cd69e862..93aa159bd4f4e49b0105b4001ab5c1781143fb0e 100644 |
| --- a/src/IceCfg.h |
| +++ b/src/IceCfg.h |
| @@ -119,6 +119,7 @@ public: |
| void livenessLightweight(); |
| void liveness(LivenessMode Mode); |
| bool validateLiveness() const; |
| + void deleteRedundantAssignments(); |
| void doBranchOpt(); |
| // Manage the CurrentNode field, which is used for validating the |