From: Nathan Sidwell Date: Mon, 29 Aug 2016 12:49:10 +0000 (+0000) Subject: * config/nvptx/nvptx.c: #include tree-vrp.h. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f2d4d8390e869e5ba4e0d6ed04e787663624151e;p=gcc.git * config/nvptx/nvptx.c: #include tree-vrp.h. From-SVN: r239820 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 95fcf6a5656..d57c350ad60 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-08-29 Nathan Sidwell + + * config/nvptx/nvptx.c: #include tree-vrp.h. + 2016-08-28 Eric Botcazou PR target/77324 diff --git a/gcc/config/nvptx/nvptx.c b/gcc/config/nvptx/nvptx.c index 4d87ead20f3..23b5078919e 100644 --- a/gcc/config/nvptx/nvptx.c +++ b/gcc/config/nvptx/nvptx.c @@ -60,6 +60,7 @@ #include "internal-fn.h" #include "gimple-iterator.h" #include "stringpool.h" +#include "tree-vrp.h" #include "tree-ssa-operands.h" #include "tree-ssanames.h" #include "gimplify.h"