| Index: src/IceCfg.h
 | 
| diff --git a/src/IceCfg.h b/src/IceCfg.h
 | 
| index 93aa159bd4f4e49b0105b4001ab5c1781143fb0e..ad0283149543b398ba9a8b418c8ea1125904ba7f 100644
 | 
| --- a/src/IceCfg.h
 | 
| +++ b/src/IceCfg.h
 | 
| @@ -111,6 +111,8 @@ public:
 | 
|    void placePhiLoads();
 | 
|    void placePhiStores();
 | 
|    void deletePhis();
 | 
| +  void advancedPhiLowering();
 | 
| +  void reorderNodes();
 | 
|    void doAddressOpt();
 | 
|    void doArgLowering();
 | 
|    void doNopInsertion();
 | 
| @@ -120,6 +122,7 @@ public:
 | 
|    void liveness(LivenessMode Mode);
 | 
|    bool validateLiveness() const;
 | 
|    void deleteRedundantAssignments();
 | 
| +  void contractEmptyNodes();
 | 
|    void doBranchOpt();
 | 
|  
 | 
|    // Manage the CurrentNode field, which is used for validating the
 | 
| 
 |