This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: S/390: Fix minor missed optimization


On Fri, Oct 25, 2002 at 02:30:56PM +0200, Ulrich Weigand wrote:
> !       if ((base && REGNO (base) == ARG_POINTER_REGNUM)
> !           || (indx && REGNO (indx) == ARG_POINTER_REGNUM))

Better to compare against the arg_pointer_rtx directly.


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]