forked from OSchip/llvm-project
[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:
parent
e8926438a9
commit
02e789c9bf
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue