diff mbox

[PTX] fix build

Message ID 2264629e-7f3e-a5d3-dcf6-24c488756ee0@acm.org
State New
Headers show

Commit Message

Nathan Sidwell Aug. 29, 2016, 12:50 p.m. UTC
I've committed this to fix trunk build breakage for PTX targets.

nathan
2016-08-29  Nathan Sidwell  <nathan@acm.org>

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

Patch

Index: config/nvptx/nvptx.c
===================================================================
--- config/nvptx/nvptx.c	(revision 239819)
+++ config/nvptx/nvptx.c	(working copy)
@@ -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"