| 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 bad8ded1310344173c08549dea05455cb0c10477..a2eb7b8f22c9b8cfde94852c105550b0516db725 100644
 | 
| --- a/src/compiler/ppc/instruction-selector-ppc.cc
 | 
| +++ b/src/compiler/ppc/instruction-selector-ppc.cc
 | 
| @@ -229,6 +229,10 @@ void InstructionSelector::VisitLoad(Node* node) {
 | 
|    }
 | 
|  }
 | 
|  
 | 
| +void InstructionSelector::VisitProtectedLoad(Node* node) {
 | 
| +  // TODO(eholk)
 | 
| +  UNIMPLEMENTED();
 | 
| +}
 | 
|  
 | 
|  void InstructionSelector::VisitStore(Node* node) {
 | 
|    PPCOperandGenerator g(this);
 | 
| 
 |