diff options
Diffstat (limited to 'gcc/gimple-builder.c')
-rw-r--r-- | gcc/gimple-builder.c | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/gcc/gimple-builder.c b/gcc/gimple-builder.c index f2be20ce436..90e6941799b 100644 --- a/gcc/gimple-builder.c +++ b/gcc/gimple-builder.c @@ -21,20 +21,14 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "alias.h" -#include "symtab.h" -#include "options.h" +#include "backend.h" #include "tree.h" +#include "gimple.h" +#include "hard-reg-set.h" +#include "options.h" #include "fold-const.h" #include "stringpool.h" -#include "predict.h" -#include "tm.h" -#include "hard-reg-set.h" -#include "function.h" -#include "basic-block.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" #include "tree-ssanames.h" |