[PATCH] D39916: [polly] Remove redundant return [NFC]

Mandeep Singh Grang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 10 12:33:16 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL317922: [polly] Remove redundant return [NFC] (authored by mgrang).

Changed prior to commit:
  https://reviews.llvm.org/D39916?vs=122495&id=122499#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39916

Files:
  polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp


Index: polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp
===================================================================
--- polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp
+++ polly/trunk/lib/CodeGen/PPCGCodeGeneration.cpp
@@ -1286,7 +1286,6 @@
 
   isl_ast_expr_free(Expr);
   isl_ast_node_free(UserStmt);
-  return;
 }
 
 void GPUNodeBuilder::createFor(__isl_take isl_ast_node *Node) {


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39916.122499.patch
Type: text/x-patch
Size: 389 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171110/354a3d4d/attachment.bin>


More information about the llvm-commits mailing list