This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r217640 - in /trunk/gcc: ChangeLog cfgexpand.c ...
- From: zqchen at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Mon, 17 Nov 2014 05:52:26 -0000
- Subject: r217640 - in /trunk/gcc: ChangeLog cfgexpand.c ...
Author: zqchen
Date: Mon Nov 17 05:52:26 2014
New Revision: 217640
URL: https://gcc.gnu.org/viewcvs?rev=217640&root=gcc&view=rev
Log:
2014-11-17 Zhenqiang Chen <zhenqiang.chen@linaro.org>
* cfgexpand.c (expand_gimple_cond): Check ccmp.
* expmed.c (emit_cstore): Make it global.
* expmed.h: #include "insn-codes.h"
(emit_cstore): New prototype.
* expr.c (expand_operands): Make it global.
* expr.h (expand_operands): New prototype.
* optabs.c (get_rtx_code): Make it global.
* optabs.h (get_rtx_code): New prototype.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cfgexpand.c
trunk/gcc/expmed.c
trunk/gcc/expmed.h
trunk/gcc/expr.c
trunk/gcc/expr.h
trunk/gcc/optabs.c
trunk/gcc/optabs.h