Skip to content

Commit b180cb9

Browse files
author
Marek Sedlacek
committed
Fixed comment wording
1 parent c9c1bc5 commit b180cb9

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 can override general profitability check.
36+
/// The ProfitabilityCheck function 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)