Index: src/ia32/lithium-ia32.cc |
diff --git a/src/ia32/lithium-ia32.cc b/src/ia32/lithium-ia32.cc |
index 4daf3091bb77fef444deb5d0a020cc8b55a107c1..08ab6981c68636478ca6393452a36ac685d3249a 100644 |
--- a/src/ia32/lithium-ia32.cc |
+++ b/src/ia32/lithium-ia32.cc |
@@ -210,6 +210,11 @@ const char* LArithmeticT::Mnemonic() const { |
} |
+bool LGoto::HasInterestingComment(LCodeGen* gen) const { |
+ return !gen->IsNextEmittedBlock(block_id()); |
+} |
+ |
+ |
void LGoto::PrintDataTo(StringStream* stream) { |
stream->Add("B%d", block_id()); |
} |