diff options
author | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-22 11:47:52 +0000 |
---|---|---|
committer | bernds <bernds@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-04-22 11:47:52 +0000 |
commit | 0ca212b8bd0fdb1d7d94c440a9b3c4ca66b242d5 (patch) | |
tree | 57aba1412774c5d563759916ca5b885da59aed83 /gcc/optabs.h | |
parent | 5b3e10084e55b5fc8252a0da89044754f5003aa9 (diff) | |
download | gcc-0ca212b8bd0fdb1d7d94c440a9b3c4ca66b242d5.tar.gz |
* optabs.h (expand_widening_mult): Declare.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@158643 138bc75d-0d04-0410-961f-82ee72b054a4
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); |