]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
compiler: Fixes for middle-end changes.
authorIan Lance Taylor <ian@gcc.gnu.org>
Fri, 22 Nov 2013 16:20:28 +0000 (16:20 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Fri, 22 Nov 2013 16:20:28 +0000 (16:20 +0000)
From Andrew MacLeod.

From-SVN: r205274

gcc/go/gofrontend/expressions.cc
gcc/go/gofrontend/gogo-tree.cc
gcc/go/gofrontend/types.cc

index 14c10d66a042e187f50b45a503d005ead8307970..dd2bee429faae4e8a0093869f88f4700928d1360 100644 (file)
@@ -13,8 +13,7 @@
 #include "tree.h"
 #include "stringpool.h"
 #include "stor-layout.h"
-#include "gimple.h"
-#include "gimplify.h"
+#include "gimple-expr.h"
 #include "tree-iterator.h"
 #include "convert.h"
 #include "real.h"
index 001d24d238d6cf71301645856c587c4a0b19fd11..fcceffb2977fa68467f287bb1b1b49df9fa68c55 100644 (file)
@@ -11,7 +11,7 @@
 #include "stringpool.h"
 #include "stor-layout.h"
 #include "varasm.h"
-#include "gimple.h"
+#include "gimple-expr.h"
 #include "gimplify.h"
 #include "tree-iterator.h"
 #include "cgraph.h"
index 7451a7bcff6d300e7a7eacb43f8feaac6b3bf0db..4f2bd0b38604feb7f1d79dab33bdb04e70da30d8 100644 (file)
@@ -9,8 +9,6 @@
 #include "toplev.h"
 #include "intl.h"
 #include "tree.h"
-#include "gimple.h"
-#include "gimplify.h"
 #include "real.h"
 #include "convert.h"