Index: src/compiler/x64/instruction-selector-x64.cc |
diff --git a/src/compiler/x64/instruction-selector-x64.cc b/src/compiler/x64/instruction-selector-x64.cc |
index 11ce7c436233969f437c1b5d822e46fd61b60651..a9f1e5507724c23006aa1b054f4f087300b4f1d0 100644 |
--- a/src/compiler/x64/instruction-selector-x64.cc |
+++ b/src/compiler/x64/instruction-selector-x64.cc |
@@ -834,7 +834,7 @@ void InstructionSelector::VisitChangeFloat64ToUint32(Node* node) { |
} |
-void InstructionSelector::VisitChangeFloat64ToInt64(Node* node) { |
+void InstructionSelector::VisitTruncateFloat64ToInt64(Node* node) { |
X64OperandGenerator g(this); |
Emit(kSSEFloat64ToInt64, g.DefineAsRegister(node), g.Use(node->InputAt(0))); |
} |