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: [patch] m68k: Add constraints.md.


Thanks for doing this.

Kazu Hirata <kazu@codesourcery.com> writes:
> +(define_constraint "W"
> +  "Used for const_call_operands."
> +  (match_test "const_call_operand (op, VOIDmode)"))

Just wondering: does (match_operand "const_call_operand") work here?

Richard


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