diff options
author | Mandeep Singh Grang <mgrang@codeaurora.org> | 2017-11-10 20:33:08 +0000 |
---|---|---|
committer | Mandeep Singh Grang <mgrang@codeaurora.org> | 2017-11-10 20:33:08 +0000 |
commit | 02e789c9bf629e2e99ca5628a4351940d0507d7d (patch) | |
tree | 4c272aa48c4f9eef76ca2b63cbeef25f399262e4 /polly/lib/CodeGen/PPCGCodeGeneration.cpp | |
parent | e8926438a99e7740e5c343bc75f20fe397707225 (diff) | |
download | bcm5719-llvm-02e789c9bf629e2e99ca5628a4351940d0507d7d.tar.gz bcm5719-llvm-02e789c9bf629e2e99ca5628a4351940d0507d7d.zip |
[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
Diffstat (limited to 'polly/lib/CodeGen/PPCGCodeGeneration.cpp')
-rw-r--r-- | polly/lib/CodeGen/PPCGCodeGeneration.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/lib/CodeGen/PPCGCodeGeneration.cpp b/polly/lib/CodeGen/PPCGCodeGeneration.cpp index 720e2564d3e..b606828069e 100644 --- a/polly/lib/CodeGen/PPCGCodeGeneration.cpp +++ b/polly/lib/CodeGen/PPCGCodeGeneration.cpp @@ -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) { |