Skip to content

Commit ca464d0

Browse files
committed
Format
1 parent 3e5d819 commit ca464d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Vectorize/LoopVectorize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7699,7 +7699,7 @@ static void fixReductionScalarResumeWhenVectorizingEpilog(
76997699
m_SpecificICmp(ICmpInst::ICMP_EQ, m_Specific(OrigResumeV),
77007700
m_Specific(RdxDesc.getRecurrenceStartValue())));
77017701
assert(IsExpectedPattern && "Unexpected reduction resume pattern");
7702-
(void) IsExpectedPattern;
7702+
(void)IsExpectedPattern;
77037703
MainResumeValue = OrigResumeV;
77047704
}
77057705
PHINode *MainResumePhi = cast<PHINode>(MainResumeValue);

0 commit comments

Comments
 (0)