| Index: src/compiler/arm/instruction-selector-arm.cc
|
| diff --git a/src/compiler/arm/instruction-selector-arm.cc b/src/compiler/arm/instruction-selector-arm.cc
|
| index 7ac3df0bb0d5473bfafb1223bba904552810a02e..3975e1c1a0f268810bdc5dd0d41af8e686712e82 100644
|
| --- a/src/compiler/arm/instruction-selector-arm.cc
|
| +++ b/src/compiler/arm/instruction-selector-arm.cc
|
| @@ -412,6 +412,10 @@ void InstructionSelector::VisitLoad(Node* node) {
|
| EmitLoad(this, opcode, &output, base, index);
|
| }
|
|
|
| +void InstructionSelector::VisitProtectedLoad(Node* node) {
|
| + // TODO(eholk)
|
| + UNIMPLEMENTED();
|
| +}
|
|
|
| void InstructionSelector::VisitStore(Node* node) {
|
| ArmOperandGenerator g(this);
|
|
|