diff options
Diffstat (limited to 'gcc/tree-phinodes.c')
-rw-r--r-- | gcc/tree-phinodes.c | 20 |
1 files changed, 5 insertions, 15 deletions
diff --git a/gcc/tree-phinodes.c b/gcc/tree-phinodes.c index a2eba221bf4..ef3feb23389 100644 --- a/gcc/tree-phinodes.c +++ b/gcc/tree-phinodes.c @@ -20,25 +20,15 @@ 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 "fold-const.h" -#include "predict.h" +#include "gimple.h" #include "hard-reg-set.h" -#include "function.h" -#include "basic-block.h" -#include "tree-ssa-alias.h" +#include "ssa.h" +#include "alias.h" +#include "fold-const.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" #include "gimple-iterator.h" -#include "gimple-ssa.h" -#include "tree-phinodes.h" -#include "ssa-iterators.h" -#include "stringpool.h" -#include "tree-ssanames.h" #include "tree-ssa.h" #include "diagnostic-core.h" |