summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-02-02 00:38:08 +0000
committerChris Lattner <sabre@nondot.org>2006-02-02 00:38:08 +0000
commit0bd74558ae783ce6f6177943b8d3a620d5f0714e (patch)
tree3bffd5c976f948f508afc4ac841b483c773c29d0 /llvm/lib
parentd8fba3a1ee08e2d5afff53d65c5518bd5c77a182 (diff)
downloadbcm5719-llvm-0bd74558ae783ce6f6177943b8d3a620d5f0714e.tar.gz
bcm5719-llvm-0bd74558ae783ce6f6177943b8d3a620d5f0714e.zip
make -debug output less newliney
llvm-svn: 25895
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
index dc702e559b3..6d2ada715c5 100644
--- a/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/ScheduleDAGList.cpp
@@ -257,9 +257,8 @@ void ScheduleDAGList::ListSchedule() {
for (unsigned i = 0, e = NotReady.size(); i != e; ++i)
Available.push(NotReady[i]);
- DEBUG(std::cerr << "\n*** Scheduling: ");
+ DEBUG(std::cerr << "*** Scheduling: ");
DEBUG(CurrNode->dump(&DAG, false));
- DEBUG(std::cerr << "\n");
ScheduleNode(CurrNode);
}
OpenPOWER on IntegriCloud