diff --git a/lib/CodeGen/RegAlloc/LiveRange.h b/lib/CodeGen/RegAlloc/LiveRange.h index 28277bd9f16..71eba1513bd 100644 --- a/lib/CodeGen/RegAlloc/LiveRange.h +++ b/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 { diff --git a/lib/Target/SparcV9/RegAlloc/LiveRange.h b/lib/Target/SparcV9/RegAlloc/LiveRange.h index 28277bd9f16..71eba1513bd 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 {