aboutsummaryrefslogtreecommitdiff
path: root/gcc/lambda.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/lambda.h')
-rw-r--r--gcc/lambda.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/lambda.h b/gcc/lambda.h
index fc5679a..5eb6399 100644
--- a/gcc/lambda.h
+++ b/gcc/lambda.h
@@ -199,8 +199,7 @@ void print_lambda_body_vector (FILE *, lambda_body_vector);
lambda_loopnest gcc_loopnest_to_lambda_loopnest (struct loops *,
struct loop *,
VEC(tree,heap) **,
- VEC(tree,heap) **,
- bool);
+ VEC(tree,heap) **);
void lambda_loopnest_to_gcc_loopnest (struct loop *,
VEC(tree,heap) *, VEC(tree,heap) *,
lambda_loopnest, lambda_trans_matrix);