summaryrefslogtreecommitdiffstats
path: root/gcc/config/alpha/alpha.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/config/alpha/alpha.c')
-rw-r--r--gcc/config/alpha/alpha.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c
index 102f568e2a4..67575e62dac 100644
--- a/gcc/config/alpha/alpha.c
+++ b/gcc/config/alpha/alpha.c
@@ -6499,14 +6499,13 @@ alpha_fold_builtin_ctpop (unsigned HOST_WIDE_INT opint[], long op_const)
/* Fold one of our builtin functions. */
static tree
-alpha_fold_builtin (tree exp, bool ignore ATTRIBUTE_UNUSED)
+alpha_fold_builtin (tree fndecl, tree arglist, bool ignore ATTRIBUTE_UNUSED)
{
- tree fndecl = get_callee_fndecl (exp);
tree op[MAX_ARGS], t;
unsigned HOST_WIDE_INT opint[MAX_ARGS];
long op_const = 0, arity = 0;
- for (t = TREE_OPERAND (exp, 1); t ; t = TREE_CHAIN (t), ++arity)
+ for (t = arglist; t ; t = TREE_CHAIN (t), ++arity)
{
tree arg = TREE_VALUE (t);
if (arg == error_mark_node)
OpenPOWER on IntegriCloud