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