Use higher level method
[oota-llvm.git] / lib / Target / SparcV9 / RegAlloc / LiveRange.h
index 994824b214bb1d5a08605300c3de5b71c13ead5d..71eba1513bd05db181e1a07f748dda22a3aa309e 100644 (file)
@@ -13,7 +13,6 @@
 
 #include "llvm/Analysis/LiveVar/ValueSet.h"
 #include "llvm/Value.h"
-#include <iostream>
 
 class RegClass;
 class IGNode;
@@ -141,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 {