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]

Re: RFC: Jump to const_int


On Sun, Jan 14, 2001 at 05:17:22PM -0500, John David Anglin wrote:
> I was thinking of using the same pattern as the m68k.  More is changed
> than just the predicate.

Ah, yes, that would work.

> This will cause call/call_value insns to be generated but
> rounded_stack_size_rtx won't match `const_int 0'.

Notice that the second operand to the call rtx in the call pattern
is not a match_operand.  Thus rounded_stack_size_rtx is not copied
in by gen_call; the pattern will be created with that zero in place.


r~

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