Index: src/hydrogen.h |
diff --git a/src/hydrogen.h b/src/hydrogen.h |
index 643074c3df878fe431d224f551c9202fa9461eb3..186badff851d6f8e79f6b0f433fcd2e69d666cfb 100644 |
--- a/src/hydrogen.h |
+++ b/src/hydrogen.h |
@@ -112,6 +112,7 @@ class HBasicBlock V8_FINAL : public ZoneObject { |
void RemovePhi(HPhi* phi); |
void AddInstruction(HInstruction* instr, int position); |
bool Dominates(HBasicBlock* other) const; |
+ bool EqualToOrDominates(HBasicBlock* other) const; |
int LoopNestingDepth() const; |
void SetInitialEnvironment(HEnvironment* env); |