summaryrefslogtreecommitdiff
path: root/gcc/double-int.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/double-int.h')
-rw-r--r--gcc/double-int.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/double-int.h b/gcc/double-int.h
index c2f74e95e28..6d1555111d3 100644
--- a/gcc/double-int.h
+++ b/gcc/double-int.h
@@ -132,6 +132,7 @@ double_int_fits_in_uhwi_p (double_int cst)
2 * HOST_BITS_PER_WIDE_INT bits. */
double_int double_int_mul (double_int, double_int);
+double_int double_int_mul_with_sign (double_int, double_int, bool, int *);
double_int double_int_add (double_int, double_int);
double_int double_int_sub (double_int, double_int);
double_int double_int_neg (double_int);