fix method name.
authorChris Lattner <sabre@nondot.org>
Sat, 19 Jan 2013 21:37:14 +0000 (21:37 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 19 Jan 2013 21:37:14 +0000 (21:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172921 91177308-0d34-0410-b5e6-96231b3b80d8

tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp

index 46b687e1c2b346a1afe4c1a738836db18d0ebd32..1ec8b0082d2ca5c6b73c1356285327873f73d362 100644 (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;