From 67eaf73c89649d3b3af6e092fae742d018a233b5 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 29 Oct 2002 17:00:19 +0000 Subject: [PATCH] Remove long dead #if 0 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4381 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAlloc/LiveRange.h | 4 ---- lib/Target/SparcV9/RegAlloc/LiveRange.h | 4 ---- 2 files changed, 8 deletions(-) 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 { -- 2.34.1