summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-29 17:00:19 +0000
committerChris Lattner <sabre@nondot.org>2002-10-29 17:00:19 +0000
commitca0f8183475fbd4cacd35e3c42b182e4323e3f4d (patch)
tree86ccb7861c897df8b9a0b8258ed0b195bf54ea3a /llvm/lib
parent5abe44bb72fab645b25a9fa87ccfaaa55f3b94d1 (diff)
downloadbcm5719-llvm-ca0f8183475fbd4cacd35e3c42b182e4323e3f4d.tar.gz
bcm5719-llvm-ca0f8183475fbd4cacd35e3c42b182e4323e3f4d.zip
Remove long dead #if 0
llvm-svn: 4381
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/CodeGen/RegAlloc/LiveRange.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/RegAlloc/LiveRange.h b/llvm/lib/CodeGen/RegAlloc/LiveRange.h
index 28277bd9f16..71eba1513bd 100644
--- a/llvm/lib/CodeGen/RegAlloc/LiveRange.h
+++ b/llvm/lib/CodeGen/RegAlloc/LiveRange.h
@@ -140,10 +140,6 @@ public:
inline void setSuggestedColor(int Col) {
if (SuggestedColor == -1)
SuggestedColor = Col;
-#if 0
- else if (DEBUG_RA)
- std::cerr << "Already has a suggested color " << Col << "\n";
-#endif
}
inline unsigned getSuggestedColor() const {
OpenPOWER on IntegriCloud