diff options
Diffstat (limited to 'gcc/tree-tailcall.c')
-rw-r--r-- | gcc/tree-tailcall.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c index 9e54a46..e5da090 100644 --- a/gcc/tree-tailcall.c +++ b/gcc/tree-tailcall.c @@ -24,14 +24,17 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "stor-layout.h" #include "tm_p.h" -#include "basic-block.h" +#include "predict.h" +#include "vec.h" #include "hashtab.h" #include "hash-set.h" -#include "vec.h" #include "machmode.h" #include "hard-reg-set.h" #include "input.h" #include "function.h" +#include "dominance.h" +#include "cfg.h" +#include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" #include "gimple-expr.h" |