diff options
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r-- | gcc/optabs.c | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c index 4e93d3c..30af705 100644 --- a/gcc/optabs.c +++ b/gcc/optabs.c @@ -22,34 +22,32 @@ 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 "predict.h" +#include "tm_p.h" +#include "expmed.h" +#include "optabs.h" +#include "emit-rtl.h" +#include "recog.h" #include "diagnostic-core.h" /* Include insn-config.h before expr.h so that HAVE_conditional_move is properly defined. */ -#include "insn-config.h" -#include "rtl.h" #include "alias.h" -#include "tree.h" #include "tree-hasher.h" #include "stor-layout.h" -#include "tm_p.h" #include "flags.h" #include "except.h" -#include "expmed.h" #include "dojump.h" #include "explow.h" #include "calls.h" -#include "emit-rtl.h" #include "stmt.h" #include "expr.h" -#include "insn-codes.h" -#include "optabs.h" #include "optabs-tree.h" #include "libfuncs.h" -#include "recog.h" #include "reload.h" -#include "target.h" static void prepare_float_lib_cmp (rtx, rtx, enum rtx_code, rtx *, machine_mode *); |