Index: src/compiler/instruction-selector.cc |
diff --git a/src/compiler/instruction-selector.cc b/src/compiler/instruction-selector.cc |
index 0a6f2371908edbfd4d877032eac4c5c1e861cf09..813da4f132e2e9fb411004ae22b88bb0cb6189cc 100644 |
--- a/src/compiler/instruction-selector.cc |
+++ b/src/compiler/instruction-selector.cc |
@@ -779,13 +779,6 @@ void InstructionSelector::VisitNode(Node* node) { |
#if V8_TURBOFAN_BACKEND |
-void InstructionSelector::VisitTruncateFloat64ToInt32(Node* node) { |
- OperandGenerator g(this); |
- Emit(kArchTruncateDoubleToI, g.DefineAsRegister(node), |
- g.UseRegister(node->InputAt(0))); |
-} |
- |
- |
void InstructionSelector::VisitLoadStackPointer(Node* node) { |
OperandGenerator g(this); |
Emit(kArchStackPointer, g.DefineAsRegister(node)); |