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
This commit is contained in:
Kazu Hirata 2003-12-09 03:34:07 +00:00 committed by Kazu Hirata
parent e64738b308
commit cca8fb0ebd
4 changed files with 10 additions and 7 deletions

View 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

View 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 */

View 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

View 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
/* 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). */