Skip to content

Commit 2c006b8

Browse files
committed
Fix formatting (again)
1 parent 8e79f48 commit 2c006b8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1437,8 +1437,7 @@ bool LoopVectorizationLegality::blockCanBePredicated(
14371437
bool LoopVectorizationLegality::canVectorizeWithIfConvert() {
14381438
if (!EnableIfConversion) {
14391439
reportVectorizationFailure("If-conversion is disabled",
1440-
"IfConversionDisabled",
1441-
ORE, TheLoop);
1440+
"IfConversionDisabled", ORE, TheLoop);
14421441
return false;
14431442
}
14441443

0 commit comments

Comments
 (0)