| Index: src/compiler/s390/instruction-selector-s390.cc
|
| diff --git a/src/compiler/s390/instruction-selector-s390.cc b/src/compiler/s390/instruction-selector-s390.cc
|
| index 6fc8a4d9f06243f6d6b0c0d7b4eb1a31c4295c83..80c6fd048f07319a9f62400428a746d740a15265 100644
|
| --- a/src/compiler/s390/instruction-selector-s390.cc
|
| +++ b/src/compiler/s390/instruction-selector-s390.cc
|
| @@ -327,6 +327,11 @@ void InstructionSelector::VisitLoad(Node* node) {
|
| Emit(code, 1, outputs, input_count, inputs);
|
| }
|
|
|
| +void InstructionSelector::VisitProtectedLoad(Node* node) {
|
| + // TODO(eholk)
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| void InstructionSelector::VisitStore(Node* node) {
|
| S390OperandGenerator g(this);
|
| Node* base = node->InputAt(0);
|
|
|