Index: src/ia32/lithium-codegen-ia32.cc |
diff --git a/src/ia32/lithium-codegen-ia32.cc b/src/ia32/lithium-codegen-ia32.cc |
index 44b952cfa702bbbb4030036695c32c25bf1e1b99..b57f5b5c4801c3ec531dc21302b994ab9524031a 100644 |
--- a/src/ia32/lithium-codegen-ia32.cc |
+++ b/src/ia32/lithium-codegen-ia32.cc |
@@ -6274,6 +6274,11 @@ void LCodeGen::DoDeoptimize(LDeoptimize* instr) { |
} |
+void LCodeGen::DoDummy(LDummy* instr) { |
+ // Nothing to see here, move on! |
+} |
+ |
+ |
void LCodeGen::DoDummyUse(LDummyUse* instr) { |
// Nothing to see here, move on! |
} |