r217640 - in /trunk/gcc: ChangeLog cfgexpand.c ...

zqchen@gcc.gnu.org zqchen@gcc.gnu.org
Mon Nov 17 05:52:00 GMT 2014


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



More information about the Gcc-cvs mailing list