Index: src/compiler/x64/code-generator-x64.cc |
diff --git a/src/compiler/x64/code-generator-x64.cc b/src/compiler/x64/code-generator-x64.cc |
index b7f6b678b4e93decf29f2e387869ce1def623021..843013484fbcfaa71d30ef2dc26ec13a300a8cbb 100644 |
--- a/src/compiler/x64/code-generator-x64.cc |
+++ b/src/compiler/x64/code-generator-x64.cc |
@@ -945,7 +945,7 @@ void CodeGenerator::AssembleArchInstruction(Instruction* instr) { |
} else { |
__ movl(kScratchRegister, i.InputOperand(0)); |
} |
- __ cvtqsi2sd(i.OutputDoubleRegister(), kScratchRegister); |
+ __ Cvtqsi2sd(i.OutputDoubleRegister(), kScratchRegister); |
break; |
case kSSEFloat64ExtractLowWord32: |
if (instr->InputAt(0)->IsDoubleStackSlot()) { |