summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/ScheduleDAG.cpp
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2015-11-06 20:59:02 +0000
committerMatthias Braun <matze@braunis.de>2015-11-06 20:59:02 +0000
commit9198c671e883fa579fa7b00cd86a2568d2cd3304 (patch)
tree2263fda27abc50319eb3555116ed0c202e0b8911 /llvm/lib/CodeGen/ScheduleDAG.cpp
parent41b7e6304009483075e45f6255d1d0aa04ecf9ba (diff)
downloadbcm5719-llvm-9198c671e883fa579fa7b00cd86a2568d2cd3304.tar.gz
bcm5719-llvm-9198c671e883fa579fa7b00cd86a2568d2cd3304.zip
MachineScheduler: Add regpressure information to debug dump
llvm-svn: 252340
Diffstat (limited to 'llvm/lib/CodeGen/ScheduleDAG.cpp')
-rw-r--r--llvm/lib/CodeGen/ScheduleDAG.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/ScheduleDAG.cpp b/llvm/lib/CodeGen/ScheduleDAG.cpp
index 76a7fef58fc..efde61ece63 100644
--- a/llvm/lib/CodeGen/ScheduleDAG.cpp
+++ b/llvm/lib/CodeGen/ScheduleDAG.cpp
@@ -372,7 +372,6 @@ void SUnit::dumpAll(const ScheduleDAG *G) const {
dbgs() << "\n";
}
}
- dbgs() << "\n";
}
#endif
OpenPOWER on IntegriCloud