[PATCH] D48883: [Polly-ACC] Add isl_space.h to gpu_tree.c

Siddharth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 4 02:45:41 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL336251: [Polly-ACC] Add isl_space.h to gpu_tree.c (authored by bollu, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D48883?vs=153916&id=154076#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D48883

Files:
  polly/trunk/lib/External/ppcg/gpu_tree.c


Index: polly/trunk/lib/External/ppcg/gpu_tree.c
===================================================================
--- polly/trunk/lib/External/ppcg/gpu_tree.c
+++ polly/trunk/lib/External/ppcg/gpu_tree.c
@@ -11,6 +11,7 @@
 
 #include <isl/set.h>
 #include <isl/union_set.h>
+#include <isl/space.h>
 
 #include "gpu_tree.h"
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48883.154076.patch
Type: text/x-patch
Size: 327 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180704/2cea2faf/attachment.bin>


More information about the llvm-commits mailing list