diff options
author | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-09 03:34:07 +0000 |
---|---|---|
committer | kazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-12-09 03:34:07 +0000 |
commit | 0b43a49106c3f09e21b0c2385e3eaef9ed4f8f9a (patch) | |
tree | 241a3512a37681306eccb4992fcb31d8d6dbcd41 /gcc/reload1.c | |
parent | 7dd11a1940b0a3707dc0b42412c41e71adc88b6d (diff) | |
download | gcc-0b43a49106c3f09e21b0c2385e3eaef9ed4f8f9a.tar.gz |
* defaults.h (LOCAL_REGNO): Give the default definition.
* 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
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 b234a6a1707..33b96e4ba57 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). */ |