]> git.ipfire.org Git - thirdparty/gcc.git/commit
PR other/12081
authorolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Aug 2013 22:09:45 +0000 (22:09 +0000)
committerolegendo <olegendo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Aug 2013 22:09:45 +0000 (22:09 +0000)
commit3d953cb1132a38d5cc4823aa101c05881e610752
treec85e912deef62406755e586c518c15efa9224549
parent42f9a786da7981833d1b44455c4ef61085431af6
PR other/12081
* recog.h (rtx (*insn_gen_fn) (rtx, ...)): Replace typedef with new
class insn_gen_fn.
* expr.c (move_by_pieces_1, store_by_pieces_2): Replace argument
rtx (*) (rtx, ...) with insn_gen_fn.
* genoutput.c (output_insn_data): Cast gen_? function pointers to
insn_gen_fn::stored_funcptr.  Add initializer braces.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@201513 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/expr.c
gcc/genoutput.c
gcc/recog.h