[polly] Remove redundant return [NFC]

Reviewers: grosser, bollu

Reviewed By: grosser

Subscribers: nemanjai, kbarton, llvm-commits

Tags: #polly

Differential Revision: https://reviews.llvm.org/D39916

llvm-svn: 317922
This commit is contained in:
Mandeep Singh Grang 2017-11-10 20:33:08 +00:00
parent e8926438a9
commit 02e789c9bf
1 changed files with 0 additions and 1 deletions

View File

@ -1286,7 +1286,6 @@ void GPUNodeBuilder::createUser(__isl_take isl_ast_node *UserStmt) {
isl_ast_expr_free(Expr);
isl_ast_node_free(UserStmt);
return;
}
void GPUNodeBuilder::createFor(__isl_take isl_ast_node *Node) {