defaults.h (LOCAL_REGNO): Give the default definition.
authorKazu Hirata <kazu@cs.umass.edu>
Tue, 9 Dec 2003 03:34:07 +0000 (03:34 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Tue, 9 Dec 2003 03:34:07 +0000 (03:34 +0000)
* defaults.h (LOCAL_REGNO): Give the default definition.
* flow.c (LOCAL_REGNO): Remove.
* reload1.c (LOCAL_REGNO): Likewise.

From-SVN: r74456

gcc/ChangeLog
gcc/defaults.h
gcc/flow.c
gcc/reload1.c

index 113bdcb0ceaffe17765410b837e30b417713c01f..675046a6f5bca3e7fb85909fbcf0984341b9cd26 100644 (file)
@@ -1,3 +1,9 @@
+2003-12-08  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * defaults.h (LOCAL_REGNO): Give the default definition.
+       * flow.c (LOCAL_REGNO): Remove.
+       * reload1.c (LOCAL_REGNO): Likewise.
+
 2003-12-08  Geoffrey Keating  <geoffk@apple.com>
 
        PR target/11848
index 7b0c6b84846bc3d93775c868fc2d6fb14829b7de..41fd96d9b299ca7aa407460b43c239b1fff72591 100644 (file)
@@ -685,4 +685,8 @@ You Lose!  You must define PREFERRED_DEBUGGING_TYPE!
   fprintf ((FILE), "%s", reg_names[REGNO (RTX)])
 #endif
 
+#ifndef LOCAL_REGNO
+#define LOCAL_REGNO(REGNO)  0
+#endif
+
 #endif  /* ! GCC_DEFAULTS_H */
index 952e7d9eb9252e4470f5836ab992086f3adaa53d..c2370880dd390fd2221cac99d8beb8942ddad7a8 100644 (file)
@@ -159,9 +159,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
 #define HAVE_sibcall_epilogue 0
 #endif
 
-#ifndef LOCAL_REGNO
-#define LOCAL_REGNO(REGNO)  0
-#endif
 #ifndef EPILOGUE_USES
 #define EPILOGUE_USES(REGNO)  0
 #endif
index b234a6a1707df9719d4976299844e2dded383bac..33b96e4ba57a78179f1ec9c6ac056d8df33a9013 100644 (file)
@@ -77,10 +77,6 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
    reload needs, spilling, assigning reload registers to use for
    fixing up each insn, and generating the new insns to copy values
    into the reload registers.  */
-
-#ifndef LOCAL_REGNO
-#define LOCAL_REGNO(REGNO)  0
-#endif
 \f
 /* During reload_as_needed, element N contains a REG rtx for the hard reg
    into which reg N has been reloaded (perhaps for a previous insn).  */