Add some words to this output to indicate what the numbers mean.
[oota-llvm.git] / lib / Analysis / DebugInfo.cpp
index aa562cf364acd8ebc2d02d747342f13a5c7cf654..f3289340ec9b8cb28e4787d884faf769bf8ab2d8 100644 (file)
@@ -503,10 +503,10 @@ void DIType::print(raw_ostream &OS) const {
   // TODO : Print context
   getCompileUnit().print(OS);
   OS << " ["
-         << getLineNumber() << ", "
-         << getSizeInBits() << ", "
-         << getAlignInBits() << ", "
-         << getOffsetInBits()
+         << "line " << getLineNumber() << ", "
+         << getSizeInBits() << " bits, "
+         << getAlignInBits() << " bit alignment, "
+         << getOffsetInBits() << " bit offset"
          << "] ";
 
   if (isPrivate())