| Index: src/compiler/arm64/instruction-selector-arm64.cc
|
| diff --git a/src/compiler/arm64/instruction-selector-arm64.cc b/src/compiler/arm64/instruction-selector-arm64.cc
|
| index 8af97b598ee4e079a1dfd045000b80379d563e1d..a545c745b6865d007577bddcee04e6e9f3481123 100644
|
| --- a/src/compiler/arm64/instruction-selector-arm64.cc
|
| +++ b/src/compiler/arm64/instruction-selector-arm64.cc
|
| @@ -593,6 +593,10 @@ void InstructionSelector::VisitLoad(Node* node) {
|
| EmitLoad(this, node, opcode, immediate_mode, rep);
|
| }
|
|
|
| +void InstructionSelector::VisitProtectedLoad(Node* node) {
|
| + // TODO(eholk)
|
| + UNIMPLEMENTED();
|
| +}
|
|
|
| void InstructionSelector::VisitStore(Node* node) {
|
| Arm64OperandGenerator g(this);
|
|
|