Chromium Code Reviews| Index: src/x64/lithium-x64.h | 
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h | 
| index 79ce9689994f76b463284623f89137d9cfba0560..52fe7aa8123c75f371228c84a5172ed162de00f9 100644 | 
| --- a/src/x64/lithium-x64.h | 
| +++ b/src/x64/lithium-x64.h | 
| @@ -620,7 +620,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); |