diff options
author | Bernd Schmidt <bernds@codesourcery.com> | 2010-04-22 11:47:52 +0000 |
---|---|---|
committer | Bernd Schmidt <bernds@gcc.gnu.org> | 2010-04-22 11:47:52 +0000 |
commit | b99279f36bd0bd5865cce14d6bb93db25101a5d4 (patch) | |
tree | 57aba1412774c5d563759916ca5b885da59aed83 /gcc/optabs.h | |
parent | 9193b1b4cccecf44662f648e0b51fb00975c124f (diff) | |
download | gcc-b99279f36bd0bd5865cce14d6bb93db25101a5d4.tar.gz |
optabs.h (expand_widening_mult): Declare.
* optabs.h (expand_widening_mult): Declare.
From-SVN: r158643
Diffstat (limited to 'gcc/optabs.h')
-rw-r--r-- | gcc/optabs.h | 3 |
1 files changed, 3 insertions, 0 deletions
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); |