aboutsummaryrefslogtreecommitdiff
path: root/gcc/reload1.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2003-12-09 03:34:07 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2003-12-09 03:34:07 +0000
commitcca8fb0ebd30af20f3a14dabb06a05ee7d1889aa (patch)
tree241a3512a37681306eccb4992fcb31d8d6dbcd41 /gcc/reload1.c
parente64738b3087bda05d4b499430212b785fda6cfb9 (diff)
downloadgcc-cca8fb0ebd30af20f3a14dabb06a05ee7d1889aa.zip
gcc-cca8fb0ebd30af20f3a14dabb06a05ee7d1889aa.tar.gz
gcc-cca8fb0ebd30af20f3a14dabb06a05ee7d1889aa.tar.bz2
defaults.h (LOCAL_REGNO): Give the default definition.
* defaults.h (LOCAL_REGNO): Give the default definition. * flow.c (LOCAL_REGNO): Remove. * reload1.c (LOCAL_REGNO): Likewise. From-SVN: r74456
Diffstat (limited to 'gcc/reload1.c')
-rw-r--r--gcc/reload1.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/reload1.c b/gcc/reload1.c
index b234a6a..33b96e4 100644
--- a/gcc/reload1.c
+++ b/gcc/reload1.c
@@ -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
/* 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). */