mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-11 13:46:13 +00:00
Trivial check-in to test buildbot. No functionality change.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53889 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e089160d10
commit
4e97401e1f
@ -3847,11 +3847,12 @@ void DIE::print(std::ostream &O, unsigned IncIndent) {
|
||||
IndentCount += 2;
|
||||
for (unsigned i = 0, N = Data.size(); i < N; ++i) {
|
||||
O << Indent;
|
||||
if (!isBlock) {
|
||||
|
||||
if (!isBlock)
|
||||
O << AttributeString(Data[i].getAttribute());
|
||||
} else {
|
||||
else
|
||||
O << "Blk[" << i << "]";
|
||||
}
|
||||
|
||||
O << " "
|
||||
<< FormEncodingString(Data[i].getForm())
|
||||
<< " ";
|
||||
|
Loading…
Reference in New Issue
Block a user