diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2003-12-09 03:34:07 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2003-12-09 03:34:07 +0000 |
commit | cca8fb0ebd30af20f3a14dabb06a05ee7d1889aa (patch) | |
tree | 241a3512a37681306eccb4992fcb31d8d6dbcd41 /gcc/reload1.c | |
parent | e64738b3087bda05d4b499430212b785fda6cfb9 (diff) | |
download | gcc-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.c | 4 |
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). */ |