Fix formatting of debug helper string.
authorJim Grosbach <grosbach@apple.com>
Fri, 25 Feb 2011 03:59:03 +0000 (03:59 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 25 Feb 2011 03:59:03 +0000 (03:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126471 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp

index ba0e85513ae32cac954bcf7845a8cd67efb59178..1cf67d316d9cff27482270c2313755794b62eb4d 100644 (file)
@@ -1916,7 +1916,7 @@ bool SelectionDAGBuilder::handleJTSwitchCase(CaseRec& CR,
   DEBUG(dbgs() << "Lowering jump table\n"
                << "First entry: " << First << ". Last entry: " << Last << '\n'
                << "Range: " << Range
-               << "Size: " << TSize << ". Density: " << Density << "\n\n");
+               << "Size: " << TSize << ". Density: " << Density << "\n\n");
 
   // Get the MachineFunction which holds the current MBB.  This is used when
   // inserting any additional MBBs necessary to represent the switch.