Skip to content

Commit 2ceb1b5

Browse files
committed
Merge branch 'users/meinersbur/polly_PhaseManager' into users/meinersbur/polly_remove-ScopPass
2 parents 386712f + 639f325 commit 2ceb1b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

polly/include/polly/Pass/PhaseManager.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ StringRef getPhaseName(PassPhase Phase);
7070
PassPhase parsePhase(StringRef Name);
7171
bool dependsOnDependenceInfo(PassPhase Phase);
7272

73-
/// Options for the polly pass.
73+
/// Options for the Polly pass.
7474
class PollyPassOptions {
7575
/// For each Polly phase, whether it should be executed.
7676
/// Since PassPhase::None is unused, bit positions are shifted by one.
@@ -116,7 +116,7 @@ class PollyPassOptions {
116116
llvm::Error checkConsistency() const;
117117
};
118118

119-
/// Run Polly and ots phases on \p F.
119+
/// Run Polly and its phases on \p F.
120120
bool runPollyPass(Function &F, llvm::FunctionAnalysisManager &FAM,
121121
PollyPassOptions Opts);
122122
} // namespace polly

0 commit comments

Comments
 (0)