optabs.h (expand_widening_mult): Declare.

* optabs.h (expand_widening_mult): Declare.

From-SVN: r158643
This commit is contained in:
Bernd Schmidt 2010-04-22 11:47:52 +00:00 committed by Bernd Schmidt
parent 9193b1b4cc
commit b99279f36b
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
* optabs.h (expand_widening_mult): Declare.
2010-04-22 Richard Guenther <rguenther@suse.de>
PR tree-optimization/43845
@ -55,7 +59,6 @@
2010-04-22 Bernd Schmidt <bernds@codesourcery.com>
PR middle-end/29274
* optabs.h (expand_widening_mult): Declare.
* tree-pass.h (pass_optimize_widening_mul): Declare.
* tree-ssa-math-opts.c (execute_optimize_widening_mul,
gate_optimize_widening_mul): New static functions.

View File

@ -771,6 +771,9 @@ extern void expand_fix (rtx, rtx, int);
/* Generate code for float to integral conversion. */
extern bool expand_sfix_optab (rtx, rtx, convert_optab);
/* Generate code for a widening multiply. */
extern rtx expand_widening_mult (enum machine_mode, rtx, rtx, rtx, int, optab);
/* Return tree if target supports vector operations for COND_EXPR. */
bool expand_vec_cond_expr_p (tree, enum machine_mode);