diff options
Diffstat (limited to 'gcc/tree-data-ref.h')
-rw-r--r-- | gcc/tree-data-ref.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gcc/tree-data-ref.h b/gcc/tree-data-ref.h index 2773726..2bc2adb 100644 --- a/gcc/tree-data-ref.h +++ b/gcc/tree-data-ref.h @@ -585,11 +585,7 @@ typedef struct rdg_edge #define RDGE_LEVEL(E) ((struct rdg_edge *) ((E)->data))->level #define RDGE_RELATION(E) ((struct rdg_edge *) ((E)->data))->relation -struct graph *build_rdg (struct loop *, - vec<loop_p> *, - vec<ddr_p> *, - vec<data_reference_p> *); -struct graph *build_empty_rdg (int); +struct graph *build_rdg (struct loop *); void free_rdg (struct graph *); /* Return the index of the variable VAR in the LOOP_NEST array. */ |