aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-alias.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/tree-ssa-alias.h')
-rw-r--r--gcc/tree-ssa-alias.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-ssa-alias.h b/gcc/tree-ssa-alias.h
index 44485bd..6c54ad9 100644
--- a/gcc/tree-ssa-alias.h
+++ b/gcc/tree-ssa-alias.h
@@ -64,7 +64,7 @@ struct GTY(()) pt_solution
/* Simplified and cached information about a memory reference tree.
Used by the alias-oracle internally and externally in alternate
interfaces. */
-typedef struct ao_ref_s
+struct ao_ref
{
/* The original full memory reference tree or NULL_TREE if that is
not available. */
@@ -90,7 +90,7 @@ typedef struct ao_ref_s
/* Whether the memory is considered a volatile access. */
bool volatile_p;
-} ao_ref;
+};
/* In tree-ssa-alias.c */