> Thanks for the explanation. I somehow thought that every insn spit out by a > define_insn was automatically turned into a parallel.
That's true, the template of a define_insn is automatically wrapped up in a PARALLEL. But your addsi3 is a define_expand and this works differently. -- Eric Botcazou