diff options
Diffstat (limited to 'gcc/builtins.c')
-rw-r--r-- | gcc/builtins.c | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/gcc/builtins.c b/gcc/builtins.c index e47b936df55..6eeb3d9f815 100644 --- a/gcc/builtins.c +++ b/gcc/builtins.c @@ -30,6 +30,14 @@ along with GCC; see the file COPYING3. If not see #include "varasm.h" #include "tree-object-size.h" #include "realmpfr.h" +#include "predict.h" +#include "vec.h" +#include "hashtab.h" +#include "hash-set.h" +#include "hard-reg-set.h" +#include "input.h" +#include "function.h" +#include "cfgrtl.h" #include "basic-block.h" #include "tree-ssa-alias.h" #include "internal-fn.h" @@ -38,13 +46,7 @@ along with GCC; see the file COPYING3. If not see #include "gimple.h" #include "flags.h" #include "regs.h" -#include "hard-reg-set.h" #include "except.h" -#include "hashtab.h" -#include "hash-set.h" -#include "vec.h" -#include "input.h" -#include "function.h" #include "insn-config.h" #include "expr.h" #include "optabs.h" @@ -52,7 +54,6 @@ along with GCC; see the file COPYING3. If not see #include "recog.h" #include "output.h" #include "typeclass.h" -#include "predict.h" #include "tm_p.h" #include "target.h" #include "langhooks.h" |