| 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 91c65d14c1b7c49c5f4c59467924c4e7b2a28024..75580973dd0984b16e753829e357830111841285 100644
|
| --- a/src/compiler/ppc/instruction-selector-ppc.cc
|
| +++ b/src/compiler/ppc/instruction-selector-ppc.cc
|
| @@ -737,6 +737,9 @@ void InstructionSelector::VisitWord32Clz(Node* node) {
|
| }
|
|
|
|
|
| +void InstructionSelector::VisitWord32Ctz(Node* node) { UNREACHABLE(); }
|
| +
|
| +
|
| void InstructionSelector::VisitInt32Add(Node* node) {
|
| VisitBinop<Int32BinopMatcher>(this, node, kPPC_Add, kInt16Imm);
|
| }
|
|
|