[polly] r317922 - [polly] Remove redundant return [NFC]
Mandeep Singh Grang via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 10 12:33:08 PST 2017
Author: mgrang
Date: Fri Nov 10 12:33:08 2017
New Revision: 317922
URL: http://llvm.org/viewvc/llvm-project?rev=317922&view=rev
Log:
[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
Modified:
polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp
Modified: polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp?rev=317922&r1=317921&r2=317922&view=diff
==============================================================================
--- polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp (original)
+++ polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp Fri Nov 10 12:33:08 2017
@@ -1286,7 +1286,6 @@ void GPUNodeBuilder::createUser(__isl_ta
isl_ast_expr_free(Expr);
isl_ast_node_free(UserStmt);
- return;
}
void GPUNodeBuilder::createFor(__isl_take isl_ast_node *Node) {
More information about the llvm-commits
mailing list