diff options
Diffstat (limited to 'gcc/tree-flow.h')
-rw-r--r-- | gcc/tree-flow.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/tree-flow.h b/gcc/tree-flow.h index 7bb5088..82b8109 100644 --- a/gcc/tree-flow.h +++ b/gcc/tree-flow.h @@ -56,9 +56,6 @@ struct GTY(()) gimple_df { /* The PTA solution for the ESCAPED artificial variable. */ struct pt_solution escaped; - /* The PTA solution for the CALLUSED artificial variable. */ - struct pt_solution callused; - /* A map of decls to artificial ssa-names that point to the partition of the decl. */ struct pointer_map_t * GTY((skip(""))) decls_to_pointers; |