aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SparcV9/RegAlloc/LiveRange.h
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
commit67eaf73c89649d3b3af6e092fae742d018a233b5 (patch)
tree8a454d5659d37ab203a83731d65094aa6d26dd69 /lib/Target/SparcV9/RegAlloc/LiveRange.h
parentcb6b4bd1c6245ce78214210655eecf12cd8a4db2 (diff)
downloadexternal_llvm-67eaf73c89649d3b3af6e092fae742d018a233b5.zip
external_llvm-67eaf73c89649d3b3af6e092fae742d018a233b5.tar.gz
external_llvm-67eaf73c89649d3b3af6e092fae742d018a233b5.tar.bz2
Remove long dead #if 0
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4381 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/SparcV9/RegAlloc/LiveRange.h')
-rw-r--r--lib/Target/SparcV9/RegAlloc/LiveRange.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/LiveRange.h b/lib/Target/SparcV9/RegAlloc/LiveRange.h
index 28277bd..71eba15 100644
--- a/lib/Target/SparcV9/RegAlloc/LiveRange.h
+++ b/lib/Target/SparcV9/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 {