| Index: src/compiler/mips/instruction-selector-mips.cc
|
| diff --git a/src/compiler/mips/instruction-selector-mips.cc b/src/compiler/mips/instruction-selector-mips.cc
|
| index 69321faee7c470fd9a286ecac016705063e4f4c0..faae1bfeef7bfa1cc62d88ec32e29487127ee333 100644
|
| --- a/src/compiler/mips/instruction-selector-mips.cc
|
| +++ b/src/compiler/mips/instruction-selector-mips.cc
|
| @@ -185,6 +185,10 @@ void InstructionSelector::VisitLoad(Node* node) {
|
| }
|
| }
|
|
|
| +void InstructionSelector::VisitProtectedLoad(Node* node) {
|
| + // TODO(eholk)
|
| + UNIMPLEMENTED();
|
| +}
|
|
|
| void InstructionSelector::VisitStore(Node* node) {
|
| MipsOperandGenerator g(this);
|
|
|