diff options
Diffstat (limited to 'gcc/tree-ssa-alias.c')
-rw-r--r-- | gcc/tree-ssa-alias.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/tree-ssa-alias.c b/gcc/tree-ssa-alias.c index a151c8c..cc652e7 100644 --- a/gcc/tree-ssa-alias.c +++ b/gcc/tree-ssa-alias.c @@ -46,6 +46,7 @@ Boston, MA 02110-1301, USA. */ #include "ipa-type-escape.h" #include "vec.h" #include "bitmap.h" +#include "vecprim.h" /* Obstack used to hold grouping bitmaps and other temporary bitmaps used by aliasing */ @@ -135,9 +136,6 @@ bitmap addressable_vars; having to keep track of too many V_MAY_DEF expressions at call sites. */ tree global_var; -DEF_VEC_I(int); -DEF_VEC_ALLOC_I(int,heap); - /* qsort comparison function to sort type/name tags by DECL_UID. */ static int |