diff options
Diffstat (limited to 'gcc/gimple-ssa.h')
-rw-r--r-- | gcc/gimple-ssa.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/gimple-ssa.h b/gcc/gimple-ssa.h index c89071e8..39551da 100644 --- a/gcc/gimple-ssa.h +++ b/gcc/gimple-ssa.h @@ -90,6 +90,9 @@ struct GTY(()) gimple_df { /* Free list of SSA_NAMEs. */ vec<tree, va_gc> *free_ssanames; + /* Queue of SSA_NAMEs to be freed at the next opportunity. */ + vec<tree, va_gc> *free_ssanames_queue; + /* Hashtable holding definition for symbol. If this field is not NULL, it means that the first reference to this variable in the function is a USE or a VUSE. In those cases, the SSA renamer creates an SSA name |