diff options
Diffstat (limited to 'gcc/tree-ssa-alias.h')
-rw-r--r-- | gcc/tree-ssa-alias.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-alias.h b/gcc/tree-ssa-alias.h index dfaa213d794..5f951ae1625 100644 --- a/gcc/tree-ssa-alias.h +++ b/gcc/tree-ssa-alias.h @@ -48,7 +48,7 @@ enum escape_type The points-to solution is a union of pt_vars and the abstract sets specified by the flags. */ -struct pt_solution GTY(()) +struct GTY(()) pt_solution { /* Nonzero if points-to analysis couldn't determine where this pointer is pointing to. */ |