Author: bernds
Date: Thu Nov 6 17:19:57 2014
New Revision: 217197
URL: https://gcc.gnu.org/viewcvs?rev=217197&root=gcc&view=rev
Log:
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.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/combine.c