diff options
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ipa-icf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ipa-icf.h b/gcc/ipa-icf.h index 9f21a20..4b4d492 100644 --- a/gcc/ipa-icf.h +++ b/gcc/ipa-icf.h @@ -372,7 +372,7 @@ public: hashval_t gcode_hash; /* Vector of subpart of memory access types. */ - vec<tree> memory_access_types; + auto_vec<tree> memory_access_types; /* Total number of SSA names used in the function. */ unsigned ssa_names_size; |
