[polly] r230857 - Update obsolete comment

Johannes Doerfert doerfert at cs.uni-saarland.de
Sat Feb 28 09:10:06 PST 2015


Author: jdoerfert
Date: Sat Feb 28 11:10:06 2015
New Revision: 230857

URL: http://llvm.org/viewvc/llvm-project?rev=230857&view=rev
Log:
Update obsolete comment

Modified:
    polly/trunk/include/polly/CodeGen/BlockGenerators.h

Modified: polly/trunk/include/polly/CodeGen/BlockGenerators.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/CodeGen/BlockGenerators.h?rev=230857&r1=230856&r2=230857&view=diff
==============================================================================
--- polly/trunk/include/polly/CodeGen/BlockGenerators.h (original)
+++ polly/trunk/include/polly/CodeGen/BlockGenerators.h Sat Feb 28 11:10:06 2015
@@ -63,8 +63,6 @@ bool canSynthesize(const llvm::Instructi
 bool isIgnoredIntrinsic(const llvm::Value *V);
 
 /// @brief Generate a new basic block for a polyhedral statement.
-///
-/// The only public function exposed is generate().
 class BlockGenerator {
 public:
   /// @brief Create a generator for basic blocks.





More information about the llvm-commits mailing list