mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-30 04:35:00 +00:00
fix method name.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172921 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
63246aa04f
commit
bc837200eb
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user