| Index: src/compiler/linkage.cc
|
| diff --git a/src/compiler/linkage.cc b/src/compiler/linkage.cc
|
| index 0191cc43af6f730c4482268408f96a8b72e07c87..4bee176beb4dda4a3420340fc4baf196244c5b6d 100644
|
| --- a/src/compiler/linkage.cc
|
| +++ b/src/compiler/linkage.cc
|
| @@ -35,7 +35,7 @@ OStream& operator<<(OStream& os, const CallDescriptor& d) {
|
| // TODO(svenpanne) Output properties etc. and be less cryptic.
|
| return os << d.kind() << ":" << d.debug_name() << ":r" << d.ReturnCount()
|
| << "p" << d.ParameterCount() << "i" << d.InputCount() << "f"
|
| - << d.FrameStateCount() << (d.CanLazilyDeoptimize() ? "deopt" : "");
|
| + << d.FrameStateCount();
|
| }
|
|
|
|
|
|
|