[polly] r267141 - Repair doxygen comment [NFC]

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 22 04:36:29 PDT 2016


Author: jdoerfert
Date: Fri Apr 22 06:36:13 2016
New Revision: 267141

URL: http://llvm.org/viewvc/llvm-project?rev=267141&view=rev
Log:
Repair doxygen comment [NFC]

Modified:
    polly/trunk/include/polly/ScopInfo.h

Modified: polly/trunk/include/polly/ScopInfo.h
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/include/polly/ScopInfo.h?rev=267141&r1=267140&r2=267141&view=diff
==============================================================================
--- polly/trunk/include/polly/ScopInfo.h (original)
+++ polly/trunk/include/polly/ScopInfo.h Fri Apr 22 06:36:13 2016
@@ -2113,7 +2113,7 @@ public:
   /// @brief Directly return the shared_ptr of the context.
   const std::shared_ptr<isl_ctx> &getSharedIslCtx() const { return IslCtx; }
 
-  /// @brief Compute the isl representation for the SCEV @p
+  /// @brief Compute the isl representation for the SCEV @p E
   ///
   /// @param BB An (optional) basic block in which the isl_pw_aff is computed.
   ///           SCEVs known to not reference any loops in the SCoP can be




More information about the llvm-commits mailing list