diff options
Diffstat (limited to 'gcc/tree-call-cdce.c')
-rw-r--r-- | gcc/tree-call-cdce.c | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/gcc/tree-call-cdce.c b/gcc/tree-call-cdce.c index 03a8b1e2277..8c37143f8e8 100644 --- a/gcc/tree-call-cdce.c +++ b/gcc/tree-call-cdce.c @@ -21,28 +21,18 @@ along with GCC; see the file COPYING3. If not see #include "config.h" #include "system.h" #include "coretypes.h" -#include "tm.h" -#include "predict.h" +#include "backend.h" +#include "tree.h" +#include "gimple.h" #include "hard-reg-set.h" -#include "function.h" -#include "dominance.h" -#include "cfg.h" -#include "basic-block.h" -#include "symtab.h" +#include "ssa.h" #include "alias.h" -#include "tree.h" #include "fold-const.h" #include "stor-layout.h" #include "gimple-pretty-print.h" -#include "tree-ssa-alias.h" #include "internal-fn.h" -#include "gimple-expr.h" -#include "gimple.h" #include "gimple-iterator.h" -#include "gimple-ssa.h" #include "tree-cfg.h" -#include "stringpool.h" -#include "tree-ssanames.h" #include "tree-into-ssa.h" #include "tree-pass.h" #include "flags.h" |