This is the mail archive of the gcc@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: rtl questions


On Thu, Jul 19, 2001 at 11:46:49AM -0400, Bahman Sistany wrote:
> So obviously the constraints don't count in the matching here(?). But
> how about the predicates?

Only predicates count for define_expand, split, and peephole2.

> 2) Is it absolutley necessary to have a matching define_insn for a
> define_expand?

Yes.  Rather it is not absolutely necessary to have a define_expand
for the define_insn.  If nothing special needs to happen, you can 
just name the define_insn appropriately.


r~


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