From: Chris Lattner Date: Tue, 29 Oct 2002 17:00:19 +0000 (+0000) Subject: Remove long dead #if 0 X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=67eaf73c89649d3b3af6e092fae742d018a233b5;p=oota-llvm.git Remove long dead #if 0 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4381 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 {