| Index: src/compiler/ia32/instruction-selector-ia32.cc
|
| diff --git a/src/compiler/ia32/instruction-selector-ia32.cc b/src/compiler/ia32/instruction-selector-ia32.cc
|
| index c827c68a5ff3c69703c080b74e4c10f19988fa50..fe9d88d6ef4977aa7c1b5f6c006c37baae2cfc98 100644
|
| --- a/src/compiler/ia32/instruction-selector-ia32.cc
|
| +++ b/src/compiler/ia32/instruction-selector-ia32.cc
|
| @@ -351,6 +351,11 @@ void InstructionSelector::VisitStore(Node* node) {
|
| }
|
| }
|
|
|
| +void InstructionSelector::VisitProtectedStore(Node* node) {
|
| + // TODO(eholk)
|
| + UNIMPLEMENTED();
|
| +}
|
| +
|
| // Architecture supports unaligned access, therefore VisitLoad is used instead
|
| void InstructionSelector::VisitUnalignedLoad(Node* node) { UNREACHABLE(); }
|
|
|
|
|