| Index: src/compiler/ia32/instruction-selector-ia32.cc
|
| diff --git a/src/compiler/ia32/instruction-selector-ia32.cc b/src/compiler/ia32/instruction-selector-ia32.cc
|
| index a77108894ae4ed673493536feeebcb3c72b2372a..0702c87090d8d04b9fe0faf67c7ac81832b1794d 100644
|
| --- a/src/compiler/ia32/instruction-selector-ia32.cc
|
| +++ b/src/compiler/ia32/instruction-selector-ia32.cc
|
| @@ -1069,6 +1069,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,
|
|
|