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
diff --git a/lib/CodeGen/DwarfWriter.cpp b/lib/CodeGen/DwarfWriter.cpp
index 124f4ea..a42ba46 100644
--- a/lib/CodeGen/DwarfWriter.cpp
+++ b/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())
<< " ";