diff options
Diffstat (limited to 'gcc/tree-data-ref.h')
-rw-r--r-- | gcc/tree-data-ref.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/tree-data-ref.h b/gcc/tree-data-ref.h index 678eb10cc18..eff53483116 100644 --- a/gcc/tree-data-ref.h +++ b/gcc/tree-data-ref.h @@ -584,7 +584,9 @@ bool lambda_transform_legal_p (lambda_trans_matrix, int, void lambda_collect_parameters (VEC (data_reference_p, heap) *, VEC (tree, heap) **); bool lambda_compute_access_matrices (VEC (data_reference_p, heap) *, - VEC (tree, heap) *, VEC (loop_p, heap) *); + VEC (tree, heap) *, + VEC (loop_p, heap) *, + struct obstack *); /* In tree-data-ref.c */ void split_constant_offset (tree , tree *, tree *); |