Index: src/compiler/x87/instruction-selector-x87.cc |
diff --git a/src/compiler/x87/instruction-selector-x87.cc b/src/compiler/x87/instruction-selector-x87.cc |
index 4c343c5ae6f3768b47b49aa78247060c872dc2db..757eee961ead014bc475fb50f3451e18aad6031c 100644 |
--- a/src/compiler/x87/instruction-selector-x87.cc |
+++ b/src/compiler/x87/instruction-selector-x87.cc |
@@ -211,6 +211,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) { |
X87OperandGenerator g(this); |