From: Ian Lance Taylor Date: Fri, 22 Nov 2013 16:20:28 +0000 (+0000) Subject: compiler: Fixes for middle-end changes. X-Git-Tag: releases/gcc-4.9.0~2525 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=861c1d8ed51db66c8e7e1d562bc94a79eb0d52cd;p=thirdparty%2Fgcc.git compiler: Fixes for middle-end changes. From Andrew MacLeod. From-SVN: r205274 --- diff --git a/gcc/go/gofrontend/expressions.cc b/gcc/go/gofrontend/expressions.cc index 14c10d66a042..dd2bee429faa 100644 --- a/gcc/go/gofrontend/expressions.cc +++ b/gcc/go/gofrontend/expressions.cc @@ -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" diff --git a/gcc/go/gofrontend/gogo-tree.cc b/gcc/go/gofrontend/gogo-tree.cc index 001d24d238d6..fcceffb2977f 100644 --- a/gcc/go/gofrontend/gogo-tree.cc +++ b/gcc/go/gofrontend/gogo-tree.cc @@ -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" diff --git a/gcc/go/gofrontend/types.cc b/gcc/go/gofrontend/types.cc index 7451a7bcff6d..4f2bd0b38604 100644 --- a/gcc/go/gofrontend/types.cc +++ b/gcc/go/gofrontend/types.cc @@ -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"