]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-dfa.c
Merge with trunk.
[thirdparty/gcc.git] / gcc / tree-dfa.c
index 1ed9d8f53d02b9f4bf1f6edc88e9a2cd45b851d7..aed65dfdb2f7dfefe5898ac324308b3c0f7036bf 100644 (file)
@@ -23,16 +23,18 @@ along with GCC; see the file COPYING3.  If not see
 #include "coretypes.h"
 #include "tm.h"
 #include "hashtab.h"
-#include "pointer-set.h"
 #include "tree.h"
 #include "stor-layout.h"
 #include "tm_p.h"
 #include "basic-block.h"
-#include "ggc.h"
 #include "langhooks.h"
 #include "flags.h"
 #include "function.h"
 #include "tree-pretty-print.h"
+#include "tree-ssa-alias.h"
+#include "internal-fn.h"
+#include "gimple-expr.h"
+#include "is-a.h"
 #include "gimple.h"
 #include "gimple-iterator.h"
 #include "gimple-walk.h"
@@ -45,7 +47,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-dfa.h"
 #include "tree-inline.h"
 #include "tree-pass.h"
-#include "convert.h"
 #include "params.h"
 
 /* Build and maintain data flow information for trees.  */