[Polly-ACC] Fix compilation after r338450. NFC.

llvm-svn: 338462
This commit is contained in:
Michael Kruse 2018-08-01 00:27:29 +00:00
parent 23655020a2
commit 42ad818265
1 changed files with 1 additions and 1 deletions

View File

@ -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) {