* config/nvptx/nvptx.c: #include tree-vrp.h.

From-SVN: r239820
This commit is contained in:
Nathan Sidwell 2016-08-29 12:49:10 +00:00 committed by Nathan Sidwell
parent 5f88e9b259
commit f2d4d8390e
2 changed files with 5 additions and 0 deletions

View file

@ -1,3 +1,7 @@
2016-08-29 Nathan Sidwell <nathan@acm.org>
* config/nvptx/nvptx.c: #include tree-vrp.h.
2016-08-28 Eric Botcazou <ebotcazou@adacore.com>
PR target/77324

View file

@ -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"