| Index: src/arm/lithium-arm.cc
|
| diff --git a/src/arm/lithium-arm.cc b/src/arm/lithium-arm.cc
|
| index 618ac102459b40ecab513589670ec1c737341f70..b240de7f11dc8d88bf09467090e2cf8a95130056 100644
|
| --- a/src/arm/lithium-arm.cc
|
| +++ b/src/arm/lithium-arm.cc
|
| @@ -192,6 +192,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());
|
| }
|
|
|