diff options
Diffstat (limited to 'gcc/tree-switch-conversion.c')
-rw-r--r-- | gcc/tree-switch-conversion.c | 22 |
1 files changed, 5 insertions, 17 deletions
diff --git a/gcc/tree-switch-conversion.c b/gcc/tree-switch-conversion.c index 2f9ad27..7305efc 100644 --- a/gcc/tree-switch-conversion.c +++ b/gcc/tree-switch-conversion.c @@ -25,35 +25,24 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" +#include "backend.h" +#include "tree.h" +#include "gimple.h" +#include "rtl.h" +#include "ssa.h" #include "params.h" #include "flags.h" #include "alias.h" -#include "symtab.h" -#include "tree.h" #include "fold-const.h" #include "varasm.h" #include "stor-layout.h" -#include "predict.h" -#include "hard-reg-set.h" -#include "function.h" -#include "dominance.h" -#include "cfg.h" #include "cfganal.h" -#include "basic-block.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" #include "gimplify.h" #include "gimple-iterator.h" #include "gimplify-me.h" -#include "gimple-ssa.h" #include "cgraph.h" #include "tree-cfg.h" -#include "tree-phinodes.h" -#include "stringpool.h" -#include "tree-ssanames.h" #include "tree-pass.h" #include "gimple-pretty-print.h" #include "cfgloop.h" @@ -63,7 +52,6 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA #include "langhooks.h" /* Need to include expr.h and optabs.h for lshift_cheap_p. */ -#include "rtl.h" #include "insn-config.h" #include "expmed.h" #include "dojump.h" |