Pretty print a bit nicer :)
authorChris Lattner <sabre@nondot.org>
Fri, 1 Oct 2004 19:01:39 +0000 (19:01 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Oct 2004 19:01:39 +0000 (19:01 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16628 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveIntervalAnalysis.cpp

index c3c6fee98311127aafdd660a2ef3d606aa9cd428..40b11f1e8e1285930434daf4d952b608b4eee9bd 100644 (file)
@@ -172,7 +172,7 @@ bool LiveIntervals::runOnMachineFunction(MachineFunction &fn) {
 void LiveIntervals::print(std::ostream &O) const {
   O << "********** INTERVALS **********\n";
   for (const_iterator I = begin(), E = end(); I != E; ++I)
-    O << I->second << "\n";
+    O << "  " << I->second << "\n";
 
   O << "********** MACHINEINSTRS **********\n";
   for (MachineFunction::iterator mbbi = mf_->begin(), mbbe = mf_->end();
@@ -185,7 +185,6 @@ void LiveIntervals::print(std::ostream &O) const {
   }
 }
 
-
 std::vector<LiveInterval*> LiveIntervals::
 addIntervalsForSpills(const LiveInterval &li, VirtRegMap &vrm, int slot) {
   // since this is called after the analysis is done we don't know if