diff options
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r-- | gcc/rtl.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see #include "input.h" #include "real.h" #include "vec.h" +#include "vecir.h" #include "fixed-value.h" #include "alias.h" @@ -197,10 +198,6 @@ struct GTY(()) block_symbol { HOST_WIDE_INT offset; }; -DEF_VEC_P(rtx); -DEF_VEC_ALLOC_P(rtx,heap); -DEF_VEC_ALLOC_P(rtx,gc); - /* Describes a group of objects that are to be placed together in such a way that their relative positions are known. */ struct GTY(()) object_block { |