Add some words to this output to indicate what the numbers mean.

llvm-svn: 103264
This commit is contained in:
Dan Gohman 2010-05-07 16:39:27 +00:00
parent b87e3fee0f
commit 50689f0bb9
1 changed files with 4 additions and 4 deletions

View 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())