Skip to content

Commit 2e84b67

Browse files
authored
Update IRBuilder.cpp
1 parent 1a07e39 commit 2e84b67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polly/lib/CodeGen/IRBuilder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ void ScopAnnotator::annotateLoopLatch(
166166
if (IsParallel)
167167
addParallelMetadata(Ctx, &Args, ParallelLoops);
168168
if (EnableVectorizeMetadata.has_value())
169-
this->addVectorizeMetadata(Ctx, &Args, *EnableVectorizeMetadata);
169+
addVectorizeMetadata(Ctx, &Args, *EnableVectorizeMetadata);
170170

171171
// No metadata to annotate.
172172
if (!MData && Args.size() <= 1)

0 commit comments

Comments
 (0)