diff options
Diffstat (limited to 'gcc/dojump.c')
-rw-r--r-- | gcc/dojump.c | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/gcc/dojump.c b/gcc/dojump.c index d767320..bea9ac7 100644 --- a/gcc/dojump.c +++ b/gcc/dojump.c @@ -21,29 +21,27 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "predict.h" +#include "target.h" #include "rtl.h" -#include "alias.h" #include "tree.h" +#include "predict.h" +#include "tm_p.h" +#include "expmed.h" +#include "optabs.h" +#include "emit-rtl.h" +#include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "flags.h" -#include "insn-config.h" #include "insn-attr.h" /* Include expr.h after insn-config.h so we get HAVE_conditional_move. */ -#include "expmed.h" #include "dojump.h" #include "explow.h" #include "calls.h" -#include "emit-rtl.h" #include "varasm.h" #include "stmt.h" #include "expr.h" -#include "insn-codes.h" -#include "optabs.h" #include "langhooks.h" -#include "tm_p.h" -#include "target.h" static bool prefer_and_bit_test (machine_mode, int); static void do_jump_by_parts_greater (tree, tree, int, |