aboutsummaryrefslogtreecommitdiff
path: root/gcc/fold-const.c
diff options
context:
space:
mode:
authorOlga Golovanevsky <olga@il.ibm.com>2007-03-12 08:44:48 +0000
committerOlga Golovanevsky <olga@gcc.gnu.org>2007-03-12 08:44:48 +0000
commitd4e702949e192f587c42c52f2731502169fcb869 (patch)
treec8d7d0f2766c8bb656828d0b6744c332e1b705a5 /gcc/fold-const.c
parente8bb459742b8df82d418cce1389040429e02ab47 (diff)
downloadgcc-d4e702949e192f587c42c52f2731502169fcb869.zip
gcc-d4e702949e192f587c42c52f2731502169fcb869.tar.gz
gcc-d4e702949e192f587c42c52f2731502169fcb869.tar.bz2
ipa-type-escape improvements
From-SVN: r122835
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r--gcc/fold-const.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c
index 74831a4..daad1ba 100644
--- a/gcc/fold-const.c
+++ b/gcc/fold-const.c
@@ -131,7 +131,6 @@ static tree fold_truthop (enum tree_code, tree, tree, tree);
static tree optimize_minmax_comparison (enum tree_code, tree, tree, tree);
static tree extract_muldiv (tree, tree, enum tree_code, tree, bool *);
static tree extract_muldiv_1 (tree, tree, enum tree_code, tree, bool *);
-static int multiple_of_p (tree, tree, tree);
static tree fold_binary_op_with_conditional_arg (enum tree_code, tree,
tree, tree,
tree, tree, int);
@@ -13115,7 +13114,7 @@ fold_build_call_array_initializer (tree type, tree fn,
(where the same SAVE_EXPR (J) is used in the original and the
transformed version). */
-static int
+int
multiple_of_p (tree type, tree top, tree bottom)
{
if (operand_equal_p (top, bottom, 0))