OSDN Git Service

predicate aware uninitialized analysis
[pf3gnuchains/gcc-fork.git] / gcc / tree-ssa-uninit.c
index 467d6f8..4f23962 100644 (file)
@@ -25,8 +25,11 @@ along with GCC; see the file COPYING3.  If not see
 #include "tm.h"
 #include "tree.h"
 #include "flags.h"
+#include "rtl.h"
 #include "tm_p.h"
+#include "ggc.h"
 #include "langhooks.h"
+#include "hard-reg-set.h"
 #include "basic-block.h"
 #include "output.h"
 #include "expr.h"
@@ -37,6 +40,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-flow.h"
 #include "gimple.h"
 #include "tree-inline.h"
+#include "varray.h"
 #include "timevar.h"
 #include "hashtab.h"
 #include "tree-dump.h"