commit | e8850f476eba1b839b24bd926bab2dfd8b452307 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Thu Jul 22 21:54:22 2004 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Thu Jul 22 21:54:22 2004 +0000 |
tree | 3c1d0af521ea2113b9921dcacb99ceda62123073 | |
parent | 4951d48a16d46880e7dd57580d8dda7a27820778 [diff] [blame] |
Fix broken -debug printing git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15115 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/LiveIntervalAnalysis.cpp b/lib/CodeGen/LiveIntervalAnalysis.cpp index 35bbf08..95b9ff4 100644 --- a/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -306,6 +306,7 @@ assert(vi.AliveBlocks.empty() && "Shouldn't be alive across any blocks!"); interval.addRange(defIndex, killIdx); + DEBUG(std::cerr << "\n"); return; } }