mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
Trivial check-in to test buildbot. No functionality change.
llvm-svn: 53889
This commit is contained in:
parent
183bd17a66
commit
e0e8ecd5e9
@ -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…
x
Reference in New Issue
Block a user