* tree-ssa.h: Don't include tree-ssa-threadedge.h.
* tree-ssa-dom.c: Include tree-ssa-threadedge.h.
* tree-ssa-loop-ch.c: Likewise.
* tree-ssa-threadedge.c: Likewise.
* tree-vrp.c: Likewise.
*************** along with GCC; see the file COPYING3.
#include "ssa-iterators.h"
#include "tree-ssanames.h"
#include "tree-ssa-dom.h"
- #include "tree-ssa-threadedge.h"
#include "tree-ssa-loop.h"
#include "tree-into-ssa.h"
#include "tree-dfa.h"
*************** along with GCC; see the file COPYING3.
#include "tree-ssa-threadupdate.h"
#include "langhooks.h"
#include "params.h"
+ #include "tree-ssa-threadedge.h"
/* This file implements optimizations on the dominator tree. */
*************** along with GCC; see the file COPYING3.
#include "cfgloop.h"
#include "tree-inline.h"
#include "flags.h"
+ #include "tree-ssa-threadedge.h"
/* Duplicates headers of loops if they are small enough, so that the statements
in the loop body are always executed when the loop is entered. This
*************** along with GCC; see the file COPYING3.
#include "tree-ssa-threadupdate.h"
#include "langhooks.h"
#include "params.h"
+ #include "tree-ssa-threadedge.h"
/* To avoid code explosion due to jump threading, we limit the
number of statements we are going to copy. This variable
*************** along with GCC; see the file COPYING3.
#include "tree-ssa-threadupdate.h"
#include "expr.h"
#include "optabs.h"
+ #include "tree-ssa-threadedge.h"