Fix ia64 build failure.
authorJames E Wilson <wilson@tuliptree.org>
Mon, 30 Oct 2017 15:38:30 +0000 (08:38 -0700)
committerJim Wilson <wilson@gcc.gnu.org>
Mon, 30 Oct 2017 15:38:30 +0000 (08:38 -0700)
gcc/
* gimplify.c: Include memmodel.h.

From-SVN: r254227

gcc/ChangeLog
gcc/gimplify.c

index 8710e29..dcef7ec 100644 (file)
@@ -1,3 +1,7 @@
+2017-10-30  Jim Wilson  <wilson@tuliptree.org>
+
+       * gimplify.c: Include memmodel.h.
+
 2017-10-30  Martin Jambor  <mjambor@suse.cz>
 
        * omp-grid.c (grid_attempt_target_gridification): Also insert a
index edcc001..c4fd503 100644 (file)
@@ -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"