Skip to content

Commit 7a51d22

Browse files
authored
Update IRBuilder.cpp
1 parent 92703e2 commit 7a51d22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polly/lib/CodeGen/IRBuilder.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@ void ScopAnnotator::popLoop(bool IsParallel) {
129129
}
130130

131131
static void addVectorizeMetadata(LLVMContext &Ctx,
132-
SmallVector<Metadata *, 3> *Args,
133-
bool EnableLoopVectorizer) {
132+
SmallVector<Metadata *, 3> *Args,
133+
bool EnableLoopVectorizer) {
134134
MDString *PropName = MDString::get(Ctx, "llvm.loop.vectorize.enable");
135135
ConstantInt *Value =
136136
ConstantInt::get(Type::getInt1Ty(Ctx), EnableLoopVectorizer);

0 commit comments

Comments
 (0)