* h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.

From-SVN: r46469
This commit is contained in:
Jeffrey A Law 2001-10-24 19:24:44 +00:00 committed by Jeff Law
parent 83c66c1e7a
commit 173a000e30
2 changed files with 4 additions and 9 deletions

View File

@ -1,3 +1,7 @@
Wed Oct 24 13:26:12 2001 Jeffrey A Law (law@cygnus.com)
* h8300.h (RETURN_ADDR_RTX): Remove old, incorrect definition.
2001-10-24 Dan Nicolaescu <dann@ics.uci.edu>
* ssa-ccp.c (ssa_ccp_substitute_constants): Don't do anything if

View File

@ -514,15 +514,6 @@ enum reg_class {
#define STARTING_FRAME_OFFSET 0
/* We do not know if the caller has a frame pointer, so we cannot go
beyond level 0. */
#define RETURN_ADDR_RTX(COUNT, FRAME) \
((COUNT) == 0 \
? gen_rtx_MEM (Pmode, \
plus_constant (arg_pointer_rtx, -GET_MODE_SIZE (Pmode))) \
: 0)
/* If we generate an insn to push BYTES bytes,
this says how many the stack pointer really advances by.