diff options
Diffstat (limited to 'gcc/tree-ssa-address.c')
-rw-r--r-- | gcc/tree-ssa-address.c | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/gcc/tree-ssa-address.c b/gcc/tree-ssa-address.c index 444c3a4..d6afa2b 100644 --- a/gcc/tree-ssa-address.c +++ b/gcc/tree-ssa-address.c @@ -39,7 +39,6 @@ along with GCC; see the file COPYING3. If not see #include "tm_p.h" #include "predict.h" #include "hard-reg-set.h" -#include "input.h" #include "function.h" #include "basic-block.h" #include "tree-pretty-print.h" @@ -53,20 +52,29 @@ along with GCC; see the file COPYING3. If not see #include "stringpool.h" #include "tree-ssanames.h" #include "tree-ssa-loop-ivopts.h" +#include "hashtab.h" +#include "rtl.h" +#include "flags.h" +#include "statistics.h" +#include "real.h" +#include "fixed-value.h" +#include "insn-config.h" +#include "expmed.h" +#include "dojump.h" +#include "explow.h" +#include "calls.h" +#include "emit-rtl.h" +#include "varasm.h" +#include "stmt.h" #include "expr.h" #include "tree-dfa.h" #include "dumpfile.h" -#include "flags.h" #include "tree-inline.h" #include "tree-affine.h" /* FIXME: We compute address costs using RTL. */ -#include "insn-config.h" -#include "rtl.h" #include "recog.h" -#include "expr.h" #include "target.h" -#include "expmed.h" #include "tree-ssa-address.h" /* TODO -- handling of symbols (according to Richard Hendersons |