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


Chuckdun <martinsfonseca.jose@yahoo.fr> writes:

> (define_insn "newsub"
>   [(set (match_operand "register_operand" "r")
>           (match_operand  "register_operand" "r"))]
>   ""
>   "newsub %0,%1,%2"
> )
>
> Now the errors:
> I have troubles because it seems i have forget a comma or a braket ... But
> it seems ok for me ...

There is no number after the match_operands.

Ian


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