Trivial check-in to test buildbot. No functionality change.
llvm-svn: 53889
diff --git a/llvm/lib/CodeGen/DwarfWriter.cpp b/llvm/lib/CodeGen/DwarfWriter.cpp
index 124f4ea..a42ba46 100644
--- a/llvm/lib/CodeGen/DwarfWriter.cpp
+++ b/llvm/lib/CodeGen/DwarfWriter.cpp
@@ -3847,11 +3847,12 @@
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())
<< " ";