Skip to content

Commit f4c498b

Browse files
committed
[FixIrreducible]Fix verify call
1 parent b9d3da8 commit f4c498b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Transforms/Utils/FixIrreducible.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -342,7 +342,7 @@ static bool FixIrreducibleImpl(Function &F, CycleInfo &CI, DominatorTree &DT,
342342
#if defined(EXPENSIVE_CHECKS)
343343
CI.verify();
344344
if (LI) {
345-
LI.verify(DT);
345+
LI->verify(DT);
346346
}
347347
#endif // EXPENSIVE_CHECKS
348348

0 commit comments

Comments
 (0)