Re: predicate forward references (Was: Re: RFA: Add Epiphany port)
On 11/04/2011 09:01 PM, Joern Rennecke wrote: > Is there a way to have a predicate forward declaration? No, sadly. Something for a future enhancement in the genfoo. r~
predicate forward references (Was: Re: RFA: Add Epiphany port)
Quoting Richard Henderson : (define_predicate "call_address_operand" (match_code "symbol_ref,const,reg") { return (symbolic_operand (op, mode) || (GET_CODE (op) == REG)); }) Nit. (define_predicate "call_address_operand" (ior (match_code "reg") (match_operand 0 "symbolic_operand")