aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-chrec.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-chrec.c')
-rw-r--r--gcc/tree-chrec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-chrec.c b/gcc/tree-chrec.c
index f9b804e..f36fc9b 100644
--- a/gcc/tree-chrec.c
+++ b/gcc/tree-chrec.c
@@ -1326,7 +1326,7 @@ chrec_convert_aggressive (tree type, tree chrec)
/* If we cannot perform arithmetic in TYPE, avoid creating an scev. */
if (avoid_arithmetics_in_type_p (type))
- return false;
+ return NULL_TREE;
left = CHREC_LEFT (chrec);
right = CHREC_RIGHT (chrec);