diff options
Diffstat (limited to 'gcc/tree-inline.h')
-rw-r--r-- | gcc/tree-inline.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/tree-inline.h b/gcc/tree-inline.h index b156e82..f6585fb 100644 --- a/gcc/tree-inline.h +++ b/gcc/tree-inline.h @@ -22,8 +22,6 @@ along with GCC; see the file COPYING3. If not see #ifndef GCC_TREE_INLINE_H #define GCC_TREE_INLINE_H -#include "vecir.h" /* For VEC(gimple,heap). */ - struct cgraph_edge; /* Indicate the desired behavior wrt call graph edges. We can either @@ -119,7 +117,7 @@ typedef struct copy_body_data basic_block entry_bb; /* Debug statements that need processing. */ - VEC(gimple,heap) *debug_stmts; + vec<gimple> debug_stmts; /* A map from local declarations in the inlined function to equivalents in the function into which it is being inlined, where |