| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index 0ba5e45a8fe1c67b99c9e197d89c53a088410fc5..92e94d7b932d4a7dd3063fcc059e3268bdb1de89 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -636,7 +636,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);
|
|
|