public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* based_loc_descr
@ 2013-08-29  4:18 Hendrik Greving
  0 siblings, 0 replies; only message in thread
From: Hendrik Greving @ 2013-08-29  4:18 UTC (permalink / raw)
  To: gcc-help

Does somebody understand what this assertion here enforces? My backend
defines standard register elimination as below.

 gcc_assert ((SUPPORTS_STACK_ALIGNMENT
      && (elim == hard_frame_pointer_rtx
  || elim == stack_pointer_rtx))
             || elim == (frame_pointer_needed
 ? hard_frame_pointer_rtx
 : stack_pointer_rtx));

#define ELIMINABLE_REGS \
{ \
  { ARG_POINTER_REGNUM, STACK_POINTER_REGNUM }, \
  { ARG_POINTER_REGNUM, FRAME_POINTER_REGNUM }, \
  { FRAME_POINTER_REGNUM, STACK_POINTER_REGNUM } \
}

Thanks,
Regards,
Hendrik Greving

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-28 18:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-08-29  4:18 based_loc_descr Hendrik Greving

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).