OSDN Git Service

* defaults.h (LOCAL_REGNO): Give the default definition.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Dec 2003 03:34:07 +0000 (03:34 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 9 Dec 2003 03:34:07 +0000 (03:34 +0000)
* flow.c (LOCAL_REGNO): Remove.
* reload1.c (LOCAL_REGNO): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@74456 138bc75d-0d04-0410-961f-82ee72b054a4

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

index 113bdcb..675046a 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 7b0c6b8..41fd96d 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 952e7d9..c237088 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 b234a6a..33b96e4 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).  */