optabs.c: Comment that gen_add2_insn and others may actually return emitted insns...
authorAlexandre Oliva <aoliva@redhat.com>
Wed, 9 Apr 2003 17:50:08 +0000 (17:50 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Wed, 9 Apr 2003 17:50:08 +0000 (17:50 +0000)
commit0913e4b49e38718e767bc4e4575a8271ee484efb
tree34830d3300213fa9d314566552067ebc840c3cb3
parent21515593f66c14e18a64eec763152dfaabd95fa3
optabs.c: Comment that gen_add2_insn and others may actually return emitted insns...

* optabs.c: Comment that gen_add2_insn and others may actually
return emitted insns, if the gen functions turn out to return
emitted insns.
* reload1.c (reload_cse_move2add): Cope with emitted insns from
gen_add2_insn.

From-SVN: r65400
gcc/ChangeLog
gcc/optabs.c
gcc/reload1.c