| 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 07ca71c20f825bfac02443413d5cf2bfa7ff386f..7e98023f5dfacf81cc344199e08910ee84191f47 100644
|
| --- a/src/compiler/ia32/instruction-selector-ia32.cc
|
| +++ b/src/compiler/ia32/instruction-selector-ia32.cc
|
| @@ -250,6 +250,10 @@ 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) {
|
| IA32OperandGenerator g(this);
|
|
|