aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
diff options
context:
space:
mode:
authorAndrew MacLeod <amacleod@redhat.com>2013-10-10 13:08:50 +0000
committerAndrew Macleod <amacleod@gcc.gnu.org>2013-10-10 13:08:50 +0000
commitde6a560804ad384b70a8697fcba8d0dc632e3382 (patch)
tree8941f01bf17b8ef7db18da364a4aa45f75a1f63d /gcc/gimplify.c
parent91952132ebb4f0adadf617af5dce4ecb03509591 (diff)
downloadgcc-de6a560804ad384b70a8697fcba8d0dc632e3382.zip
gcc-de6a560804ad384b70a8697fcba8d0dc632e3382.tar.gz
gcc-de6a560804ad384b70a8697fcba8d0dc632e3382.tar.bz2
Index...
Index: gimplify.c =================================================================== *** gimplify.c (revision 203357) --- gimplify.c (working copy) *************** along with GCC; see the file COPYING3. *** 46,51 **** --- 46,53 ---- #include "langhooks-def.h" /* FIXME: for lhd_set_decl_assembler_name */ #include "tree-pass.h" /* FIXME: only for PROP_gimple_any */ #include "tree-mudflap.h" + #include "expr.h" + #include "tm_p.h" enum gimplify_omp_var_data { From-SVN: r203373
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r--gcc/gimplify.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index 95287be..449e6ee 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -46,6 +46,8 @@ along with GCC; see the file COPYING3. If not see
#include "langhooks-def.h" /* FIXME: for lhd_set_decl_assembler_name */
#include "tree-pass.h" /* FIXME: only for PROP_gimple_any */
#include "tree-mudflap.h"
+#include "expr.h"
+#include "tm_p.h"
enum gimplify_omp_var_data
{