Commit b99279f3 by Bernd Schmidt Committed by Bernd Schmidt

optabs.h (expand_widening_mult): Declare.

	* optabs.h (expand_widening_mult): Declare.

From-SVN: r158643
parent 9193b1b4
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.
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment