* tree-outof-ssa.h: Remove include files.
* tree-outof-ssa.c: Add required include files from tree-outof-ssa.h.
* expr.c: Likewise.
* tree-ssa-coalesce.c: Likewise.
* cfgexpand.c: Likewise.
* tree-ssa-ter.c: Likewise.
===================================================================
*************** along with GCC; see the file COPYING3.
#ifndef GCC_TREE_OUTOF_SSA_H
#define GCC_TREE_OUTOF_SSA_H
- #include "tree-ssa-live.h"
- #include "tree-ssa-ter.h"
- #include "tree-ssa-coalesce.h"
/* This structure (of which only a singleton SA exists) is used to
pass around information between the outof-SSA functions, cfgexpand
===================================================================
*************** along with GCC; see the file COPYING3.
#include "tree-ssanames.h"
#include "dumpfile.h"
#include "diagnostic-core.h"
+ #include "tree-ssa-live.h"
+ #include "tree-ssa-ter.h"
+ #include "tree-ssa-coalesce.h"
#include "tree-outof-ssa.h"
/* FIXME: A lot of code here deals with expanding to RTL. All that code
===================================================================
*************** along with GCC; see the file COPYING3.
#include "timevar.h"
#include "df.h"
#include "diagnostic.h"
+ #include "tree-ssa-live.h"
#include "tree-outof-ssa.h"
#include "target-globals.h"
#include "params.h"
===================================================================
*************** along with GCC; see the file COPYING3.
#include "ssa-iterators.h"
#include "tree-ssanames.h"
#include "hash-table.h"
! #include "tree-outof-ssa.h"
#include "diagnostic-core.h"
#include "ssa-iterators.h"
#include "tree-ssanames.h"
#include "hash-table.h"
! #include "tree-ssa-live.h"
! #include "tree-ssa-coalesce.h"
#include "diagnostic-core.h"
===================================================================
*************** along with GCC; see the file COPYING3.
#include "tree-inline.h"
#include "value-prof.h"
#include "target.h"
+ #include "tree-ssa-live.h"
#include "tree-outof-ssa.h"
#include "sbitmap.h"
#include "cfgloop.h"
===================================================================
*************** along with GCC; see the file COPYING3.
#include "ssa-iterators.h"
#include "tree-ssanames.h"
#include "dumpfile.h"
+ #include "tree-ssa-live.h"
+ #include "tree-ssa-ter.h"
#include "tree-outof-ssa.h"
#include "flags.h"