[polly] r311477 - [NFC] Fix the broken comment.
Roman Gareev via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 22 10:43:03 PDT 2017
Author: romangareev
Date: Tue Aug 22 10:43:03 2017
New Revision: 311477
URL: http://llvm.org/viewvc/llvm-project?rev=311477&view=rev
Log:
[NFC] Fix the broken comment.
Modified:
polly/trunk/lib/CodeGen/IslNodeBuilder.cpp
Modified: polly/trunk/lib/CodeGen/IslNodeBuilder.cpp
URL: http://llvm.org/viewvc/llvm-project/polly/trunk/lib/CodeGen/IslNodeBuilder.cpp?rev=311477&r1=311476&r2=311477&view=diff
==============================================================================
--- polly/trunk/lib/CodeGen/IslNodeBuilder.cpp (original)
+++ polly/trunk/lib/CodeGen/IslNodeBuilder.cpp Tue Aug 22 10:43:03 2017
@@ -482,6 +482,7 @@ void IslNodeBuilder::createForVector(__i
isl_ast_expr_free(Iterator);
}
+namespace {
/// Restore the initial ordering of dimensions of the band node
///
/// In case the band node represents all the dimensions of the iteration
@@ -490,7 +491,6 @@ void IslNodeBuilder::createForVector(__i
///
/// @param Node The band node to be modified.
/// @return The modified schedule node.
-namespace {
bool IsLoopVectorizerDisabled(isl::ast_node Node) {
assert(isl_ast_node_get_type(Node.keep()) == isl_ast_node_for);
auto Body = Node.for_get_body();
More information about the llvm-commits
mailing list