Remove long dead #if 0
authorChris Lattner <sabre@nondot.org>
Tue, 29 Oct 2002 17:00:19 +0000 (17:00 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 29 Oct 2002 17:00:19 +0000 (17:00 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4381 91177308-0d34-0410-b5e6-96231b3b80d8

lib/CodeGen/RegAlloc/LiveRange.h
lib/Target/SparcV9/RegAlloc/LiveRange.h

index 28277bd9f161d1675d97500e1744e019e10f2a1a..71eba1513bd05db181e1a07f748dda22a3aa309e 100644 (file)
@@ -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 {
index 28277bd9f161d1675d97500e1744e019e10f2a1a..71eba1513bd05db181e1a07f748dda22a3aa309e 100644 (file)
@@ -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 {