Index: src/compiler/ppc/code-generator-ppc.cc |
diff --git a/src/compiler/ppc/code-generator-ppc.cc b/src/compiler/ppc/code-generator-ppc.cc |
index bdc8f5c379323c04fa473c9ccd9bab1f904c7e9e..cf07caf6f3bc906faeadfe67a1a16b541f770f36 100644 |
--- a/src/compiler/ppc/code-generator-ppc.cc |
+++ b/src/compiler/ppc/code-generator-ppc.cc |
@@ -1129,6 +1129,7 @@ void CodeGenerator::AssembleArchInstruction(Instruction* instr) { |
break; |
case kPPC_DoubleToInt32: |
case kPPC_DoubleToUint32: |
+ case kPPC_DoubleToInt64: |
__ ConvertDoubleToInt64(i.InputDoubleRegister(0), |
#if !V8_TARGET_ARCH_PPC64 |
kScratchReg, |