Skip to content

Commit 639f325

Browse files
committed
Merge remote-tracking branch 'official/users/meinersbur/polly_PhaseManager' into users/meinersbur/polly_PhaseManager
2 parents ea67fed + 1369585 commit 639f325

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
@@ -68,7 +68,7 @@ StringRef getPhaseName(PassPhase Phase);
6868
PassPhase parsePhase(StringRef Name);
6969
bool dependsOnDependenceInfo(PassPhase Phase);
7070

71-
/// Options for the polly pass.
71+
/// Options for the Polly pass.
7272
class PollyPassOptions {
7373
/// For each Polly phase, whether it should be executed.
7474
/// Since PassPhase::None is unused, bit positions are shifted by one.
@@ -114,7 +114,7 @@ class PollyPassOptions {
114114
llvm::Error checkConsistency() const;
115115
};
116116

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

0 commit comments

Comments
 (0)