fix method name.

llvm-svn: 172921
This commit is contained in:
Chris Lattner 2013-01-19 21:37:14 +00:00
parent c79fcfaf8e
commit 3fa323d7d3
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ static bool ParseBlock(BitstreamCursor &Stream, unsigned IndentLevel) {
outs() << " BlockID=" << BlockID;
outs() << " NumWords=" << NumWords
<< " BlockCodeSize=" << Stream.GetAbbrevIDWidth() << ">\n";
<< " BlockCodeSize=" << Stream.getAbbrevIDWidth() << ">\n";
}
SmallVector<uint64_t, 64> Record;