Commit 24ba333f by Mike Stump

almost forgot to checkit it in.

From-SVN: r12731
parent 55ebdce3
...@@ -1723,7 +1723,7 @@ extern enum reg_class mips_secondary_reload_class (); ...@@ -1723,7 +1723,7 @@ extern enum reg_class mips_secondary_reload_class ();
#define RETURN_ADDR_RTX(count, frame) \ #define RETURN_ADDR_RTX(count, frame) \
((count == 0) \ ((count == 0) \
? gen_rtx (MEM, Pmode, gen_rtx (REG, Pmode, RETURN_ADDRESS_POINTER_REGNUM))\ ? gen_rtx (MEM, Pmode, gen_rtx (REG, Pmode, RETURN_ADDRESS_POINTER_REGNUM))\
: (fatal ("RETURN_ADDR_RTX not supported for count != 0"), (rtx) 0)) : (rtx) 0)
/* Structure to be filled in by compute_frame_size with register /* Structure to be filled in by compute_frame_size with register
save masks, and offsets for the current function. */ save masks, and offsets for the current function. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment