diff options
Diffstat (limited to 'gcc/tree-dfa.c')
-rw-r--r-- | gcc/tree-dfa.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/gcc/tree-dfa.c b/gcc/tree-dfa.c index dfb7177..952d136 100644 --- a/gcc/tree-dfa.c +++ b/gcc/tree-dfa.c @@ -26,29 +26,14 @@ along with GCC; see the file COPYING3. If not see #include "tree.h" #include "gimple.h" #include "tree-pass.h" -#include "tm_p.h" #include "ssa.h" -#include "expmed.h" -#include "insn-config.h" -#include "emit-rtl.h" #include "tree-pretty-print.h" -#include "alias.h" #include "fold-const.h" #include "stor-layout.h" #include "langhooks.h" -#include "flags.h" -#include "internal-fn.h" #include "gimple-iterator.h" #include "gimple-walk.h" -#include "dojump.h" -#include "explow.h" -#include "calls.h" -#include "varasm.h" -#include "stmt.h" -#include "expr.h" #include "tree-dfa.h" -#include "tree-inline.h" -#include "params.h" /* Build and maintain data flow information for trees. */ |