]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix include order to avoid failed compilation on CLOOG_ORG.
authorAndreas Simbuerger <simbuerg@fim.uni-passau.de>
Thu, 30 Sep 2010 21:17:04 +0000 (21:17 +0000)
committerSebastian Pop <spop@gcc.gnu.org>
Thu, 30 Sep 2010 21:17:04 +0000 (21:17 +0000)
2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>

* graphite-poly.c: Change include order.

From-SVN: r164777

gcc/ChangeLog
gcc/ChangeLog.graphite
gcc/graphite-poly.c

index ebf7fdf3c6c442a2932eab98dd691b7be00a91a2..9daa730f7210d3534639e85fde63c6de60028309 100644 (file)
@@ -1,3 +1,7 @@
+2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
+
+       * graphite-poly.c: Change include order.
+
 2010-09-30  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
 
        * graphite-cloog-compat.h (cloog_matrix_ncolumns): New.
index 1a1ff39bc0910bb7e6946ea5e7a80a0a1fb9282c..11cf83f59df41d7bea69288056e931add0b685e8 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
+
+       * graphite-poly.c: Change include order.
+
 2010-08-11  Andreas Simbuerger  <simbuerg@fim.uni-passau.de>
 
        * graphite-cloog-compat.h (cloog_matrix_ncolumns): New.
index 878ef60b2f23eb110ea7adff194b3a677557d454..2e5345d41affab00f7815dd44038b2122e5edbf7 100644 (file)
@@ -44,7 +44,6 @@ along with GCC; see the file COPYING3.  If not see
 #include "pointer-set.h"
 #include "gimple.h"
 #include "params.h"
-#include "graphite-cloog-util.h"
 
 #ifdef HAVE_cloog
 #include "ppl_c.h"
@@ -53,6 +52,7 @@ along with GCC; see the file COPYING3.  If not see
 #include "graphite.h"
 #include "graphite-poly.h"
 #include "graphite-dependences.h"
+#include "graphite-cloog-util.h"
 
 /* Return the maximal loop depth in SCOP.  */