From b99279f36bd0bd5865cce14d6bb93db25101a5d4 Mon Sep 17 00:00:00 2001 From: Bernd Schmidt Date: Thu, 22 Apr 2010 11:47:52 +0000 Subject: optabs.h (expand_widening_mult): Declare. * optabs.h (expand_widening_mult): Declare. From-SVN: r158643 --- gcc/optabs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gcc/optabs.h') diff --git a/gcc/optabs.h b/gcc/optabs.h index 0161d3e6d3b..0b72a516274 100644 --- a/gcc/optabs.h +++ b/gcc/optabs.h @@ -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); -- cgit v1.2.1