[polly] r330865 - [CodeGen] Fix comment. NFC.
Michael Kruse via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 25 12:54:16 PDT 2018
Author: meinersbur
Date: Wed Apr 25 12:54:16 2018
New Revision: 330865
URL: http://llvm.org/viewvc/llvm-project?rev=330865&view=rev
Log:
[CodeGen] Fix comment. NFC.
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=330865&r1=330864&r2=330865&view=diff
==============================================================================
--- polly/trunk/include/polly/CodeGen/BlockGenerators.h (original)
+++ polly/trunk/include/polly/CodeGen/BlockGenerators.h Wed Apr 25 12:54:16 2018
@@ -329,8 +329,8 @@ protected:
ValueMapT &BBMap,
__isl_keep isl_id_to_ast_expr *NewAccesses);
- /// When statement tracing is enable, build the print instructions for
- /// printing the current statement instance and its input scalars.
+ /// When statement tracing is enabled, build the print instructions for
+ /// printing the current statement instance.
///
/// The printed output looks like:
///
More information about the llvm-commits
mailing list