Skip to content

Commit ea61d39

Browse files
author
Marek Sedlacek
committed
Fixed comment
1 parent 5e41351 commit ea61d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/include/llvm/Transforms/Utils/LoopRotationUtils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class TargetTransformInfo;
3333
/// header. If the loop header's size exceeds the threshold, the loop rotation
3434
/// will give up. The flag IsUtilMode controls the heuristic used in the
3535
/// LoopRotation. If it is true, the profitability heuristic will be ignored.
36-
/// The ProfitabilityCheck function overrides the general profitability check.
36+
/// The ForceRotation flag overrides the general profitability check.
3737
LLVM_ABI bool LoopRotation(
3838
Loop *L, LoopInfo *LI, const TargetTransformInfo *TTI, AssumptionCache *AC,
3939
DominatorTree *DT, ScalarEvolution *SE, MemorySSAUpdater *MSSAU,

0 commit comments

Comments
 (0)