Index: src/x64/lithium-codegen-x64.cc |
diff --git a/src/x64/lithium-codegen-x64.cc b/src/x64/lithium-codegen-x64.cc |
index 0e5c99b7198b2e60b3c088cbb79386df665f640d..2421fabab667a70b920f2bbce79f7c322dd3bd62 100644 |
--- a/src/x64/lithium-codegen-x64.cc |
+++ b/src/x64/lithium-codegen-x64.cc |
@@ -5298,6 +5298,11 @@ void LCodeGen::DoDeoptimize(LDeoptimize* instr) { |
} |
+void LCodeGen::DoDummyUse(LDummyUse* instr) { |
+ // Nothing to see here, move on! |
+} |
+ |
+ |
void LCodeGen::DoDeleteProperty(LDeleteProperty* instr) { |
LOperand* obj = instr->object(); |
LOperand* key = instr->key(); |