This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217197 - in /trunk/gcc: ChangeLog combine.c
- From: bernds at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Thu, 06 Nov 2014 17:19:57 -0000
- Subject: r217197 - in /trunk/gcc: ChangeLog combine.c
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