Index: src/hydrogen-instructions.cc |
diff --git a/src/hydrogen-instructions.cc b/src/hydrogen-instructions.cc |
index eca1aeaf9c3772037e85539d1120efd539846ec6..4e1332f3d49784e440e6306a6b1c1d677b97f810 100644 |
--- a/src/hydrogen-instructions.cc |
+++ b/src/hydrogen-instructions.cc |
@@ -2663,6 +2663,7 @@ HType HAllocate::CalculateInferredType() { |
void HAllocate::PrintDataTo(StringStream* stream) { |
size()->PrintNameTo(stream); |
+ if (!GuaranteedInNewSpace()) stream->Add(" (pretenure)"); |
} |