| Index: src/ia32/lithium-ia32.h
|
| diff --git a/src/ia32/lithium-ia32.h b/src/ia32/lithium-ia32.h
|
| index 6b60a6e40e3da4d9d50170b08dda492520ec9ad4..ead425d8c7ca54a9facad2ccb7f835a4eeb0596e 100644
|
| --- a/src/ia32/lithium-ia32.h
|
| +++ b/src/ia32/lithium-ia32.h
|
| @@ -563,7 +563,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 {
|
|
|