diff options
Diffstat (limited to 'gcc/tree-tailcall.c')
-rw-r--r-- | gcc/tree-tailcall.c | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c index 476917e75d0..25936bb73db 100644 --- a/gcc/tree-tailcall.c +++ b/gcc/tree-tailcall.c @@ -20,32 +20,20 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "alias.h" -#include "symtab.h" +#include "backend.h" #include "tree.h" +#include "gimple.h" +#include "rtl.h" +#include "ssa.h" +#include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "tm_p.h" -#include "predict.h" -#include "hard-reg-set.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" -#include "gimple.h" #include "gimple-iterator.h" #include "gimplify-me.h" -#include "gimple-ssa.h" #include "tree-cfg.h" -#include "tree-phinodes.h" -#include "stringpool.h" -#include "tree-ssanames.h" #include "tree-into-ssa.h" -#include "rtl.h" #include "flags.h" #include "insn-config.h" #include "expmed.h" |