summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/IslAst.cpp
diff options
context:
space:
mode:
authorSebastian Pop <spop@codeaurora.org>2012-12-18 07:46:06 +0000
committerSebastian Pop <spop@codeaurora.org>2012-12-18 07:46:06 +0000
commita00a0291155b2e9668475b0c7cb4ca4bcd28a951 (patch)
tree5cfb8c431e2b2f1aef84f9f4bad9cd9d9ab37484 /polly/lib/CodeGen/IslAst.cpp
parentbad01549b6c0c2c3a9acbca22a9c9dae3b32654a (diff)
downloadbcm5719-llvm-a00a0291155b2e9668475b0c7cb4ca4bcd28a951.tar.gz
bcm5719-llvm-a00a0291155b2e9668475b0c7cb4ca4bcd28a951.zip
change interface for isStride
isStride now takes a partial schedule as input. Patch from Tobias Grosser <tobias@grosser.es>. llvm-svn: 170419
Diffstat (limited to 'polly/lib/CodeGen/IslAst.cpp')
-rw-r--r--polly/lib/CodeGen/IslAst.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/IslAst.cpp b/polly/lib/CodeGen/IslAst.cpp
index 5d16fda1612..d3d65dce4ff 100644
--- a/polly/lib/CodeGen/IslAst.cpp
+++ b/polly/lib/CodeGen/IslAst.cpp
@@ -246,7 +246,7 @@ static int containsLoops(__isl_take isl_ast_node *Node, void *User) {
isl_ast_node_free(Node);
return 0;
case isl_ast_node_block: {
- isl_ast_node_list *List = isl_ast_node_block_get_children(Node);
+ isl_ast_node_list *List = isl_ast_node_block_get_children(Node);
int Res = isl_ast_node_list_foreach(List, &containsLoops, NULL);
isl_ast_node_list_free(List);
isl_ast_node_free(Node);
OpenPOWER on IntegriCloud