diff options
| -rw-r--r-- | polly/lib/CodeGen/PPCGCodeGeneration.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp index 13a4376682b..06c27f73626 100644 --- a/polly/lib/CodeGen/PPCGCodeGeneration.cpp +++ b/polly/lib/CodeGen/PPCGCodeGeneration.cpp @@ -1289,7 +1289,7 @@ void GPUNodeBuilder::createUser(__isl_take isl_ast_node *UserStmt) { } void GPUNodeBuilder::createFor(__isl_take isl_ast_node *Node) { - createForSequential(Node, false); + createForSequential(isl::manage(Node), false); } void GPUNodeBuilder::createKernelCopy(ppcg_kernel_stmt *KernelStmt) { |

