diff options
Diffstat (limited to 'gcc/tree-call-cdce.c')
-rw-r--r-- | gcc/tree-call-cdce.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/tree-call-cdce.c b/gcc/tree-call-cdce.c index 57be8a4..ffc1c4e 100644 --- a/gcc/tree-call-cdce.c +++ b/gcc/tree-call-cdce.c @@ -22,21 +22,17 @@ along with GCC; see the file COPYING3. If not see #include "system.h" #include "coretypes.h" #include "backend.h" -#include "hard-reg-set.h" #include "tree.h" #include "gimple.h" #include "cfghooks.h" #include "tree-pass.h" #include "ssa.h" #include "gimple-pretty-print.h" -#include "alias.h" #include "fold-const.h" #include "stor-layout.h" -#include "internal-fn.h" #include "gimple-iterator.h" #include "tree-cfg.h" #include "tree-into-ssa.h" -#include "flags.h" /* Conditional dead call elimination |