Index: src/hydrogen-instructions.h |
diff --git a/src/hydrogen-instructions.h b/src/hydrogen-instructions.h |
index 9bd0b90b4c3b55b0b958cfeb0ee4b59e7dd52a42..c133511a09df45d35bd4f33afb2c6c4240e6609f 100644 |
--- a/src/hydrogen-instructions.h |
+++ b/src/hydrogen-instructions.h |
@@ -1127,6 +1127,8 @@ class HInstruction : public HValue { |
position_ = position; |
} |
+ bool Dominates(HInstruction* other); |
+ |
bool CanTruncateToInt32() const { return CheckFlag(kTruncatingToInt32); } |
virtual LInstruction* CompileToLithium(LChunkBuilder* builder) = 0; |