]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/cfgloop.c
Merge with trunk.
[thirdparty/gcc.git] / gcc / cfgloop.c
index 447302a5934008fb4a3f351baa29f56260d6e2b3..94238badacfc6dc9bae359ecb7d6ee91174de1f4 100644 (file)
@@ -28,11 +28,14 @@ along with GCC; see the file COPYING3.  If not see
 #include "diagnostic-core.h"
 #include "flags.h"
 #include "tree.h"
+#include "pointer-set.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-ssa.h"
-#include "pointer-set.h"
-#include "ggc.h"
 #include "dumpfile.h"
 
 static void flow_loops_cfg_dump (FILE *);