Index: src/compiler/arm64/code-generator-arm64.cc |
diff --git a/src/compiler/arm64/code-generator-arm64.cc b/src/compiler/arm64/code-generator-arm64.cc |
index fa5743ab8e4d38865959b139b880d58c9801bf08..0dab3c7434e1418657e2af72a78edca673059998 100644 |
--- a/src/compiler/arm64/code-generator-arm64.cc |
+++ b/src/compiler/arm64/code-generator-arm64.cc |
@@ -711,7 +711,7 @@ void CodeGenerator::AssembleArchInstruction(Instruction* instr) { |
__ Cmp(i.InputRegister(0), i.InputOperand(1)); |
break; |
case kArm64Cmp32: |
- __ Cmp(i.InputRegister32(0), i.InputOperand32(1)); |
+ __ Cmp(i.InputRegister32(0), i.InputOperand2_32(1)); |
break; |
case kArm64Cmn: |
__ Cmn(i.InputRegister(0), i.InputOperand(1)); |