commit | bc837200ebdef6d41a33d23019f428fb0579d226 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Sat Jan 19 21:37:14 2013 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Sat Jan 19 21:37:14 2013 +0000 |
tree | fdc040b4a785c7e3ba81bfb23c922004429bd5cd | |
parent | 63246aa04f23767875bfe6f533285915a766b82d [diff] [blame] |
fix method name. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172921 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp b/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp index 46b687e..1ec8b00 100644 --- a/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp +++ b/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
@@ -354,7 +354,7 @@ outs() << " BlockID=" << BlockID; outs() << " NumWords=" << NumWords - << " BlockCodeSize=" << Stream.GetAbbrevIDWidth() << ">\n"; + << " BlockCodeSize=" << Stream.getAbbrevIDWidth() << ">\n"; } SmallVector<uint64_t, 64> Record;