Skip to content

Commit 682c557

Browse files
Update llvm/lib/Transforms/Utils/LoopVersioning.cpp
Co-authored-by: Florian Hahn <[email protected]>
1 parent bfc6152 commit 682c557

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/LoopVersioning.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ bool runImpl(LoopInfo *LI, LoopAccessInfoManager &LAIs, DominatorTree *DT,
280280
(LAI.getNumRuntimePointerChecks() ||
281281
!LAI.getPSE().getPredicate().isAlwaysTrue())) {
282282
if (!L->isLCSSAForm(*DT))
283-
llvm::formLCSSARecursively(*L, *DT, LI, SE);
283+
formLCSSARecursively(*L, *DT, LI, SE);
284284

285285
LoopVersioning LVer(LAI, LAI.getRuntimePointerChecking()->getChecks(), L,
286286
LI, DT, SE);

0 commit comments

Comments
 (0)