diff options
Diffstat (limited to 'gcc/tree-ssa-math-opts.c')
| -rw-r--r-- | gcc/tree-ssa-math-opts.c | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/gcc/tree-ssa-math-opts.c b/gcc/tree-ssa-math-opts.c index cb6c749..2080328 100644 --- a/gcc/tree-ssa-math-opts.c +++ b/gcc/tree-ssa-math-opts.c @@ -88,11 +88,16 @@ 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 "tree.h" #include "gimple.h" -#include "rtl.h" +#include "predict.h" +#include "alloc-pool.h" +#include "tree-pass.h" #include "ssa.h" +#include "optabs-tree.h" +#include "gimple-pretty-print.h" #include "flags.h" #include "alias.h" #include "fold-const.h" @@ -105,14 +110,8 @@ along with GCC; see the file COPYING3. If not see #include "tree-cfg.h" #include "tree-dfa.h" #include "tree-ssa.h" -#include "tree-pass.h" -#include "alloc-pool.h" -#include "target.h" -#include "gimple-pretty-print.h" #include "builtins.h" #include "params.h" -#include "insn-codes.h" -#include "optabs-tree.h" /* This structure represents one basic block that either computes a division, or is a common dominator for basic block that compute a |
