| Index: src/arm/lithium-arm.h
|
| diff --git a/src/arm/lithium-arm.h b/src/arm/lithium-arm.h
|
| index 70c348de69f8c406b8fada3988e1f9958275fbb5..b3237e26822df95e152a6a619d6ab242cf1b6ca7 100644
|
| --- a/src/arm/lithium-arm.h
|
| +++ b/src/arm/lithium-arm.h
|
| @@ -577,7 +577,7 @@ class LCmpIDAndBranch: public LControlInstruction<2, 0> {
|
| }
|
|
|
| DECLARE_CONCRETE_INSTRUCTION(CmpIDAndBranch, "cmp-id-and-branch")
|
| - DECLARE_HYDROGEN_ACCESSOR(CompareIDAndBranch)
|
| + DECLARE_HYDROGEN_ACCESSOR(CompareNumbersAndBranch)
|
|
|
| Token::Value op() const { return hydrogen()->token(); }
|
| bool is_double() const {
|
|
|