OSDN Git Service

Fix comments, simplify logic.
[pf3gnuchains/gcc-fork.git] / gcc / tree-if-conv.c
index 9084954..43b04c1 100644 (file)
@@ -88,6 +88,8 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree.h"
 #include "flags.h"
 #include "timevar.h"
+#include "varray.h"
+#include "rtl.h"
 #include "basic-block.h"
 #include "diagnostic.h"
 #include "tree-flow.h"
@@ -97,6 +99,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "tree-data-ref.h"
 #include "tree-scalar-evolution.h"
 #include "tree-pass.h"
+#include "target.h"
 
 /* List of basic blocks in if-conversion-suitable order.  */
 static basic_block *ifc_bbs;