This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Remove RENAME_EXTENDED_BLOCKS from ia64.h


Hi,

Based on what is mentioned here:
http://gcc.gnu.org/ml/gcc-prs/2001-q1/msg00065.html

this patch removes an unneeded macro.

2002-01-04  Craig Rodrigues  <rodrigc@gcc.gnu.org>

	* config/ia64/ia64.h (RENAME_EXTENDED_BLOCKS): Remove.


--- ia64.h.orig	Fri Jan  4 21:22:37 2002
+++ ia64.h	Fri Jan  4 21:23:11 2002
@@ -2382,12 +2382,6 @@
 #define HARD_REGNO_RENAME_OK(REGNO1,REGNO2) \
   ia64_hard_regno_rename_ok((REGNO1), (REGNO2))
 
-/* Define this macro if the compiler should use extended basic blocks
-   when renaming registers.  Define this macro if the target has predicate
-   registers.  */
-
-#define RENAME_EXTENDED_BLOCKS
-
 
 /* Miscellaneous Parameters.  */
 

-- 
Craig Rodrigues        
http://www.gis.net/~craigr    
rodrigc@mediaone.net          


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]