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:
parent
e64738b308
commit
cca8fb0ebd
@ -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
|
||||
|
@ -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 */
|
||||
|
@ -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
|
||||
|
@ -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). */
|
||||
|
Loading…
Reference in New Issue
Block a user