diff options
Diffstat (limited to 'gcc/tree-ssa-address.c')
-rw-r--r-- | gcc/tree-ssa-address.c | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/gcc/tree-ssa-address.c b/gcc/tree-ssa-address.c index 367c9f4265d..910ee3c9889 100644 --- a/gcc/tree-ssa-address.c +++ b/gcc/tree-ssa-address.c @@ -23,28 +23,21 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "alias.h" -#include "symtab.h" +#include "backend.h" #include "tree.h" +#include "gimple.h" +#include "rtl.h" +#include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "tm_p.h" -#include "predict.h" -#include "hard-reg-set.h" -#include "function.h" -#include "basic-block.h" #include "tree-pretty-print.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" #include "gimple-iterator.h" #include "gimplify-me.h" #include "stringpool.h" #include "tree-ssanames.h" #include "tree-ssa-loop-ivopts.h" -#include "rtl.h" #include "flags.h" #include "insn-config.h" #include "expmed.h" |