r214478 - in /trunk/gcc: ChangeLog final.c gena...
dmalcolm@gcc.gnu.org
dmalcolm@gcc.gnu.org
Mon Aug 25 20:53:00 GMT 2014
Author: dmalcolm
Date: Mon Aug 25 20:53:38 2014
New Revision: 214478
URL: https://gcc.gnu.org/viewcvs?rev=214478&root=gcc&view=rev
Log:
shorten_branches takes an rtx_insn
gcc/
* output.h (shorten_branches): Strengthen param from rtx to
rtx_insn *.
* final.c (shorten_branches): Likewise, renaming param back from
"uncast_first" to "first", and dropping the checked cast from rtx
to rtx_insn *.
* genattr.c (gen_attr): Likewise when writing out the prototype of
shorten_branches.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/final.c
trunk/gcc/genattr.c
trunk/gcc/output.h
More information about the Gcc-cvs
mailing list