| Index: src/mips/lithium-mips.h
|
| diff --git a/src/mips/lithium-mips.h b/src/mips/lithium-mips.h
|
| index 3ea0aef98511cd9d92c6697ca0afcddb000b0999..daf9c6c9df8546f5afa3e53dc3dc2fc5d49b01cd 100644
|
| --- a/src/mips/lithium-mips.h
|
| +++ b/src/mips/lithium-mips.h
|
| @@ -616,7 +616,7 @@ class LCmpIDAndBranch: public LControlInstruction<2, 0> {
|
|
|
| Token::Value op() const { return hydrogen()->token(); }
|
| bool is_double() const {
|
| - return hydrogen()->GetInputRepresentation().IsDouble();
|
| + return hydrogen()->representation().IsDouble();
|
| }
|
|
|
| virtual void PrintDataTo(StringStream* stream);
|
|
|