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