From 2d52a3a19d16f75e57f5278d722e227d29ba4d03 Mon Sep 17 00:00:00 2001 From: Zhenqiang Chen Date: Mon, 17 Nov 2014 05:52:26 +0000 Subject: cfgexpand.c (expand_gimple_cond): Check ccmp. 2014-11-17 Zhenqiang Chen * 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. From-SVN: r217640 --- gcc/expr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gcc/expr.h') diff --git a/gcc/expr.h b/gcc/expr.h index 02cce0f..2f54c35 100644 --- a/gcc/expr.h +++ b/gcc/expr.h @@ -619,4 +619,6 @@ extern bool categorize_ctor_elements (const_tree, HOST_WIDE_INT *, by EXP. This does not include any offset in DECL_FIELD_BIT_OFFSET. */ extern tree component_ref_field_offset (tree); +extern void expand_operands (tree, tree, rtx, rtx*, rtx*, + enum expand_modifier); #endif /* GCC_EXPR_H */ -- cgit v1.1