Index: src/compiler/instruction-selector.cc |
diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc |
index 0569ab70844756d4e0a675cade887efabc2cc751..54ed7a5fe647c49c5d7b720b72e631668670bcdb 100644 |
--- a/src/compiler/instruction-selector.cc |
+++ b/src/compiler/instruction-selector.cc |
@@ -692,6 +692,8 @@ void InstructionSelector::VisitNode(Node* node) { |
return MarkAsFloat64(node), VisitChangeFloat32ToFloat64(node); |
case IrOpcode::kChangeInt32ToFloat64: |
return MarkAsFloat64(node), VisitChangeInt32ToFloat64(node); |
+ case IrOpcode::kChangeInt64ToFloat64: |
+ return MarkAsFloat64(node), VisitChangeInt64ToFloat64(node); |
case IrOpcode::kChangeUint32ToFloat64: |
return MarkAsFloat64(node), VisitChangeUint32ToFloat64(node); |
case IrOpcode::kChangeFloat64ToInt32: |