| Index: src/hydrogen-instructions.cc
|
| diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc
|
| index 1589066374be9d7f5337bd3200462b7aef2c291a..1ca1a881aaad80bab9d17ff0b99450a7c9457dfa 100644
|
| --- a/src/hydrogen-instructions.cc
|
| +++ b/src/hydrogen-instructions.cc
|
| @@ -2662,8 +2662,7 @@ void HEnterInlined::RegisterReturnTarget(HBasicBlock* return_target,
|
|
|
|
|
| std::ostream& HEnterInlined::PrintDataTo(std::ostream& os) const { // NOLINT
|
| - return os << function()->debug_name()->ToCString().get()
|
| - << ", id=" << function()->id().ToInt();
|
| + return os << function()->debug_name()->ToCString().get();
|
| }
|
|
|
|
|
|
|