Fix broken -debug printing
authorChris Lattner <sabre@nondot.org>
Thu, 22 Jul 2004 21:54:22 +0000 (21:54 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 22 Jul 2004 21:54:22 +0000 (21:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15115 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/LiveIntervalAnalysis.cpp

index 35bbf081cb0936a8ef4d3a151f4b4ba4a6ca2e6a..95b9ff46bf9b5fb32070a4ce397cc9ba8f2a78d7 100644 (file)
@@ -306,6 +306,7 @@ void LiveIntervals::handleVirtualRegisterDef(MachineBasicBlock* mbb,
               assert(vi.AliveBlocks.empty() && 
                      "Shouldn't be alive across any blocks!");
               interval.addRange(defIndex, killIdx);
+              DEBUG(std::cerr << "\n");
               return;
            }
        }