| Index: src/compiler/ppc/instruction-selector-ppc.cc
|
| diff --git a/src/compiler/ppc/instruction-selector-ppc.cc b/src/compiler/ppc/instruction-selector-ppc.cc
|
| index 1bc9637e1055f6928550baeb56bda6a3b99038ee..b8b9fd7bf0b920465bd28d5504cbb5f33954defa 100644
|
| --- a/src/compiler/ppc/instruction-selector-ppc.cc
|
| +++ b/src/compiler/ppc/instruction-selector-ppc.cc
|
| @@ -1365,6 +1365,9 @@ void InstructionSelector::VisitFloat64RoundTiesEven(Node* node) {
|
| UNREACHABLE();
|
| }
|
|
|
| +void InstructionSelector::VisitFloat32Neg(Node* node) { UNREACHABLE(); }
|
| +
|
| +void InstructionSelector::VisitFloat64Neg(Node* node) { UNREACHABLE(); }
|
|
|
| void InstructionSelector::VisitInt32AddWithOverflow(Node* node) {
|
| if (Node* ovf = NodeProperties::FindProjection(node, 1)) {
|
|
|