Trivial check-in to test buildbot. No functionality change.
authorBill Wendling <isanbard@gmail.com>
Tue, 22 Jul 2008 00:28:47 +0000 (00:28 +0000)
committerBill Wendling <isanbard@gmail.com>
Tue, 22 Jul 2008 00:28:47 +0000 (00:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53889 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/DwarfWriter.cpp

index 124f4ea55bbae43646ec3ad85f9eeb24539ac33c..a42ba461c1433dd8c9f2b4cadf311cbfacdd7774 100644 (file)
@@ -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())
       << " ";