diff options
Diffstat (limited to 'gcc/tree-ssa-ifcombine.c')
-rw-r--r-- | gcc/tree-ssa-ifcombine.c | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gcc/tree-ssa-ifcombine.c b/gcc/tree-ssa-ifcombine.c index 66be430f96b..ca55b572f4c 100644 --- a/gcc/tree-ssa-ifcombine.c +++ b/gcc/tree-ssa-ifcombine.c @@ -22,25 +22,25 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "cfghooks.h" +#include "rtl.h" #include "tree.h" #include "gimple.h" -#include "rtl.h" +#include "cfghooks.h" +#include "tree-pass.h" +#include "tm_p.h" #include "ssa.h" +#include "tree-pretty-print.h" /* rtl is needed only because arm back-end requires it for BRANCH_COST. */ -#include "tm_p.h" #include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "cfganal.h" -#include "tree-pretty-print.h" #include "internal-fn.h" #include "gimple-fold.h" #include "gimple-iterator.h" #include "gimplify-me.h" #include "tree-cfg.h" -#include "tree-pass.h" #ifndef LOGICAL_OP_NON_SHORT_CIRCUIT #define LOGICAL_OP_NON_SHORT_CIRCUIT \ |