summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/PostRASchedulerList.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-23 07:19:13 +0000
committerChris Lattner <sabre@nondot.org>2009-08-23 07:19:13 +0000
commit4883d90396c210a95bb70409c0d4e712c2a79744 (patch)
tree9c09f657b0740b9ecbf8f2b27e4170b984c60028 /llvm/lib/CodeGen/PostRASchedulerList.cpp
parent7e3cfe35ff03fed7bea78ab408962a46ca774466 (diff)
downloadbcm5719-llvm-4883d90396c210a95bb70409c0d4e712c2a79744.tar.gz
bcm5719-llvm-4883d90396c210a95bb70409c0d4e712c2a79744.zip
convert LoopInfo.h and GraphWriter.h to use raw_ostream
llvm-svn: 79836
Diffstat (limited to 'llvm/lib/CodeGen/PostRASchedulerList.cpp')
-rw-r--r--llvm/lib/CodeGen/PostRASchedulerList.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/PostRASchedulerList.cpp b/llvm/lib/CodeGen/PostRASchedulerList.cpp
index 320e6b4eec1..5042415c2cf 100644
--- a/llvm/lib/CodeGen/PostRASchedulerList.cpp
+++ b/llvm/lib/CodeGen/PostRASchedulerList.cpp
@@ -765,9 +765,9 @@ void SchedulePostRATDList::ReleaseSucc(SUnit *SU, SDep *SuccEdge) {
#ifndef NDEBUG
if (SuccSU->NumPredsLeft < 0) {
- cerr << "*** Scheduling failed! ***\n";
+ errs() << "*** Scheduling failed! ***\n";
SuccSU->dump(this);
- cerr << " has been released too many times!\n";
+ errs() << " has been released too many times!\n";
llvm_unreachable(0);
}
#endif
OpenPOWER on IntegriCloud