diff options
Diffstat (limited to 'gcc/tree-data-ref.c')
-rw-r--r-- | gcc/tree-data-ref.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-data-ref.c b/gcc/tree-data-ref.c index d0b7aa2..ebf9dd2 100644 --- a/gcc/tree-data-ref.c +++ b/gcc/tree-data-ref.c @@ -3798,14 +3798,14 @@ compute_all_dependences (vec<data_reference_p> datarefs, /* Describes a location of a memory reference. */ -typedef struct data_ref_loc_d +struct data_ref_loc { /* The memory reference. */ tree ref; /* True if the memory reference is read. */ bool is_read; -} data_ref_loc; +}; /* Stores the locations of memory references in STMT to REFERENCES. Returns |