Commit e408ec35 by Doug Evans

* genattrtab.c (hard_frame_pointer_rtx): New Dummy definition.

From-SVN: r5457
parent b37f453b
......@@ -352,7 +352,8 @@ static char *alternative_name;
/* These are referenced by rtlanal.c and hence need to be defined somewhere.
They won't actually be used. */
rtx frame_pointer_rtx, stack_pointer_rtx, arg_pointer_rtx;
rtx frame_pointer_rtx, hard_frame_pointer_rtx, stack_pointer_rtx;
rtx arg_pointer_rtx;
#if 0
static rtx attr_rtx PROTO((enum rtx_code, ...));
......
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