diff options
Diffstat (limited to 'gcc/cfglayout.c')
| -rw-r--r-- | gcc/cfglayout.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/cfglayout.c b/gcc/cfglayout.c index f427a2bb57e..841f2a8a8bb 100644 --- a/gcc/cfglayout.c +++ b/gcc/cfglayout.c @@ -37,6 +37,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA #include "alloc-pool.h" #include "flags.h" #include "tree-pass.h" +#include "vecprim.h" /* Holds the interesting trailing notes for the function. */ rtx cfg_layout_function_footer, cfg_layout_function_header; @@ -221,9 +222,6 @@ record_effective_endpoints (void) cfg_layout_function_footer = unlink_insn_chain (cfg_layout_function_footer, get_last_insn ()); } -DEF_VEC_I(int); -DEF_VEC_ALLOC_I(int,heap); - /* Data structures representing mapping of INSN_LOCATOR into scope blocks, line numbers and files. In order to be GGC friendly we need to use separate varrays. This also slightly improve the memory locality in binary search. |

