diff options
Diffstat (limited to 'gcc/lambda.h')
-rw-r--r-- | gcc/lambda.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/lambda.h b/gcc/lambda.h index 98fe6bd1ca6..6e145ad4ce7 100644 --- a/gcc/lambda.h +++ b/gcc/lambda.h @@ -196,11 +196,11 @@ lambda_body_vector lambda_body_vector_compute_new (lambda_trans_matrix, void print_lambda_body_vector (FILE *, lambda_body_vector); lambda_loopnest gcc_loopnest_to_lambda_loopnest (struct loops *, struct loop *, - VEC(tree) **, - VEC(tree) **, + VEC(tree,gc) **, + VEC(tree,gc) **, bool); -void lambda_loopnest_to_gcc_loopnest (struct loop *, VEC(tree) *, - VEC(tree) *, +void lambda_loopnest_to_gcc_loopnest (struct loop *, VEC(tree,gc) *, + VEC(tree,gc) *, lambda_loopnest, lambda_trans_matrix); |