* optabs.c: Comment that gen_add2_insn and others may actually
authoraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Apr 2003 17:50:08 +0000 (17:50 +0000)
committeraoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 9 Apr 2003 17:50:08 +0000 (17:50 +0000)
commit39810676742d211d2b80a19de7a791378f9c2854
tree34830d3300213fa9d314566552067ebc840c3cb3
parent58b907680dcc396601735ed6a9620a1cd8f96bf6
* 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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@65400 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/optabs.c
gcc/reload1.c