aboutsummaryrefslogtreecommitdiff
path: root/gcc/gimplify.c
diff options
context:
space:
mode:
authorJames E Wilson <wilson@tuliptree.org>2017-10-30 08:38:30 -0700
committerJim Wilson <wilson@gcc.gnu.org>2017-10-30 08:38:30 -0700
commit6b139f0d931c20d442eefdfb176b2c0dddd9ccfb (patch)
treec6afd445b8a575a6aaac5e5d248f583db5262d29 /gcc/gimplify.c
parent0a6e98b78b19d859c7533f7ba0e4cb4fb0e1b663 (diff)
downloadgcc-6b139f0d931c20d442eefdfb176b2c0dddd9ccfb.zip
gcc-6b139f0d931c20d442eefdfb176b2c0dddd9ccfb.tar.gz
gcc-6b139f0d931c20d442eefdfb176b2c0dddd9ccfb.tar.bz2
Fix ia64 build failure.
gcc/ * gimplify.c: Include memmodel.h. From-SVN: r254227
Diffstat (limited to 'gcc/gimplify.c')
-rw-r--r--gcc/gimplify.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/gimplify.c b/gcc/gimplify.c
index edcc001..c4fd503 100644
--- a/gcc/gimplify.c
+++ b/gcc/gimplify.c
@@ -27,6 +27,7 @@ along with GCC; see the file COPYING3. If not see
#include "target.h"
#include "rtl.h"
#include "tree.h"
+#include "memmodel.h"
#include "tm_p.h"
#include "gimple.h"
#include "gimple-predict.h"