summaryrefslogtreecommitdiffstats
path: root/gcc/tree-chrec.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-chrec.h')
-rw-r--r--gcc/tree-chrec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-chrec.h b/gcc/tree-chrec.h
index d2027b229be..84eb1353585 100644
--- a/gcc/tree-chrec.h
+++ b/gcc/tree-chrec.h
@@ -105,7 +105,7 @@ build_polynomial_chrec (unsigned loop_num,
return chrec_dont_know;
return build (POLYNOMIAL_CHREC, TREE_TYPE (left),
- build_int_cst (NULL_TREE, loop_num, 0), left, right);
+ build_int_cst (NULL_TREE, loop_num), left, right);
}
OpenPOWER on IntegriCloud