Chromium Code Reviews| Index: src/hydrogen.h |
| =================================================================== |
| --- src/hydrogen.h (revision 9206) |
| +++ src/hydrogen.h (working copy) |
| @@ -102,6 +102,7 @@ |
| void RemovePhi(HPhi* phi); |
| void AddInstruction(HInstruction* instr); |
| bool Dominates(HBasicBlock* other) const; |
| + int LoopNestingDepth() const; |
| void SetInitialEnvironment(HEnvironment* env); |
| void ClearEnvironment() { last_environment_ = NULL; } |