summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/RegAlloc/LiveRange.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2001-10-15 18:30:06 +0000
committerChris Lattner <sabre@nondot.org>2001-10-15 18:30:06 +0000
commit24872c883897540bd0bd83b12c96f20f13ee1203 (patch)
treee92b27a4cb96299a08426ac32321d7208f144162 /llvm/lib/CodeGen/RegAlloc/LiveRange.h
parentf3f1e452eab177f358bbcd433cb2000db1478e1b (diff)
downloadbcm5719-llvm-24872c883897540bd0bd83b12c96f20f13ee1203.tar.gz
bcm5719-llvm-24872c883897540bd0bd83b12c96f20f13ee1203.zip
Print Debug Code to stderr instead of stdout so that it doesn't mess up the assembly output
llvm-svn: 841
Diffstat (limited to 'llvm/lib/CodeGen/RegAlloc/LiveRange.h')
-rw-r--r--llvm/lib/CodeGen/RegAlloc/LiveRange.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/LiveRange.h b/llvm/lib/CodeGen/RegAlloc/LiveRange.h
index 9c4d4508805..28e07122839 100644
--- a/llvm/lib/CodeGen/RegAlloc/LiveRange.h
+++ b/llvm/lib/CodeGen/RegAlloc/LiveRange.h
@@ -101,7 +101,7 @@ class LiveRange : public ValueSet
if(SuggestedColor == -1 )
SuggestedColor = Col;
else if (DEBUG_RA)
- cout << "Already has a suggested color " << Col << endl;
+ cerr << "Already has a suggested color " << Col << endl;
}
inline unsigned getSuggestedColor() const {
OpenPOWER on IntegriCloud