diff options
Diffstat (limited to 'gcc/tree-tailcall.c')
-rw-r--r-- | gcc/tree-tailcall.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/tree-tailcall.c b/gcc/tree-tailcall.c index 0fbd4db..bbd1b29 100644 --- a/gcc/tree-tailcall.c +++ b/gcc/tree-tailcall.c @@ -21,37 +21,22 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "target.h" #include "rtl.h" #include "tree.h" #include "gimple.h" #include "cfghooks.h" #include "tree-pass.h" -#include "tm_p.h" #include "ssa.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "cgraph.h" #include "gimple-pretty-print.h" -#include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "internal-fn.h" #include "gimple-iterator.h" #include "gimplify-me.h" #include "tree-cfg.h" #include "tree-into-ssa.h" -#include "flags.h" -#include "dojump.h" -#include "explow.h" -#include "calls.h" -#include "varasm.h" -#include "stmt.h" -#include "expr.h" #include "tree-dfa.h" #include "except.h" -#include "langhooks.h" #include "dbgcnt.h" #include "cfgloop.h" #include "common/common-target.h" |