* tree-ssa.h: Don't include tree-ssa-address.h.
* cfgexpand.c: Add tree-ssa-address.h to include list.
* expr.c: Likewise.
* gimple-fold.c: Likewise.
* gimple-ssa-strength-reduction.c: Likewise.
* trans-mem.c: Likewise.
* tree-mudflap.c: Likewise.
* tree-ssa-loop-ivopts.c: Likewise.
*************** along with GCC; see the file COPYING3.
#include "tree-ssanames.h"
#include "tree-ssa-dom.h"
#include "tree-ssa-threadedge.h"
- #include "tree-ssa-address.h"
#include "tree-ssa-loop.h"
#include "tree-into-ssa.h"
#include "tree-dfa.h"
*************** along with GCC; see the file COPYING3.
#include "regs.h" /* For reg_renumber. */
#include "insn-attr.h" /* For INSN_SCHEDULING. */
#include "asan.h"
+ #include "tree-ssa-address.h"
/* This variable holds information helping the rewriting of SSA trees
into RTL. */
*************** along with GCC; see the file COPYING3.
#include "tree-outof-ssa.h"
#include "target-globals.h"
#include "params.h"
+ #include "tree-ssa-address.h"
/* Decide whether a function's arguments should be processed
from first to last or from last to first.
*************** along with GCC; see the file COPYING3.
#include "target.h"
#include "ipa-utils.h"
#include "gimple-pretty-print.h"
+ #include "tree-ssa-address.h"
/* Return true when DECL can be referenced from current unit.
FROM_DECL (if non-null) specify constructor of variable DECL was taken from.
*************** along with GCC; see the file COPYING3.
#include "expmed.h"
#include "params.h"
#include "hash-table.h"
+ #include "tree-ssa-address.h"
/* Information about a strength reduction candidate. Each statement
in the candidate table represents an expression of one of the
***************
#include "langhooks.h"
#include "gimple-pretty-print.h"
#include "cfgloop.h"
+ #include "tree-ssa-address.h"
#define PROB_VERY_UNLIKELY (REG_BR_PROB_BASE / 2000 - 1)
*************** along with GCC; see the file COPYING3.
#include "ggc.h"
#include "cgraph.h"
#include "gimple.h"
+ #include "tree-ssa-address.h"
extern void add_bb_to_loop (basic_block, struct loop *);
*************** along with GCC; see the file COPYING3.
#include "tree-inline.h"
#include "tree-ssa-propagate.h"
#include "expmed.h"
+ #include "tree-ssa-address.h"
/* FIXME: Expressions are expanded to RTL in this pass to determine the
cost of different addressing modes. This should be moved to a TBD