| Index: src/x64/lithium-x64.h
|
| diff --git a/src/x64/lithium-x64.h b/src/x64/lithium-x64.h
|
| index 12bdfb28aed4bb1966270cf28ef05c5433e91bf4..60cb2ae274ccafc1e3e8efec845f0b5b4144e8a2 100644
|
| --- a/src/x64/lithium-x64.h
|
| +++ b/src/x64/lithium-x64.h
|
| @@ -561,7 +561,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 {
|
|
|