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 7aba7913aef5b503b7033d24a84d84344219dadc..85ccb2282999490ce166c533fd0a523ac72a9f53 100644 |
--- a/src/compiler/x64/instruction-selector-x64.cc |
+++ b/src/compiler/x64/instruction-selector-x64.cc |
@@ -1405,6 +1405,9 @@ void InstructionSelector::VisitFloat64RoundTiesEven(Node* node) { |
VisitRR(this, node, kSSEFloat64Round | MiscField::encode(kRoundToNearest)); |
} |
+void InstructionSelector::VisitFloat32Neg(Node* node) { UNREACHABLE(); } |
+ |
+void InstructionSelector::VisitFloat64Neg(Node* node) { UNREACHABLE(); } |
void InstructionSelector::EmitPrepareArguments( |
ZoneVector<PushParameter>* arguments, const CallDescriptor* descriptor, |