Amend debug output.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 27 Mar 2011 22:49:23 +0000 (22:49 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Sun, 27 Mar 2011 22:49:23 +0000 (22:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128398 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/SplitKit.cpp

index b69a3078ac9c8dd7fc17b54dc590563d61cfbe3f..a9ad731da6dc6a617cb3f8871a54c8a358752bc4 100644 (file)
@@ -95,9 +95,10 @@ void SplitAnalysis::analyzeUses() {
     assert(fixed && "Couldn't fix broken live interval");
   }
 
-  DEBUG(dbgs() << "  counted "
+  DEBUG(dbgs() << "Analyze counted "
                << UsingInstrs.size() << " instrs, "
-               << UsingBlocks.size() << " blocks.\n");
+               << UsingBlocks.size() << " blocks, "
+               << LiveBlocks.size() << " spanned.\n");
 }
 
 /// calcLiveBlockInfo - Fill the LiveBlocks array with information about blocks