| 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 c680648242eacf6c0bb6786edc0e6d7e9ad63e52..60b6242ce2d76375f85381b690ebac35701d1d4b 100644
|
| --- a/src/compiler/ppc/instruction-selector-ppc.cc
|
| +++ b/src/compiler/ppc/instruction-selector-ppc.cc
|
| @@ -810,6 +810,8 @@ void InstructionSelector::VisitInt32PairSub(Node* node) {
|
| VisitPairBinop(this, kPPC_SubPair, node);
|
| }
|
|
|
| +void InstructionSelector::VisitInt32PairMul(Node* node) { UNIMPLEMENTED(); }
|
| +
|
| void VisitPairShift(InstructionSelector* selector, ArchOpcode opcode,
|
| Node* node) {
|
| PPCOperandGenerator g(selector);
|
|
|