Don't combine calls into i3, it wouldn't be changed into a CALL_INSN.
authorBernd Schmidt <bernds@codesourcery.com>
Thu, 6 Nov 2014 17:19:57 +0000 (17:19 +0000)
committerBernd Schmidt <bernds@gcc.gnu.org>
Thu, 6 Nov 2014 17:19:57 +0000 (17:19 +0000)
commit9cb6671480ac7c1ed75920dc8829d76a1db7cfe9
treefd94121b974c2e571483e6011fda7cb8aa58f0c3
parentdc2af904c90c2644c2d8364c68e42264e854ff2a
Don't combine calls into i3, it wouldn't be changed into a CALL_INSN.

* combine.c (try_combine): Don't allow a call as one of the source
insns.

From-SVN: r217197
gcc/ChangeLog
gcc/combine.c