Use higher level method
[oota-llvm.git] / 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 {