We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 386712f + 639f325 commit 2ceb1b5Copy full SHA for 2ceb1b5
polly/include/polly/Pass/PhaseManager.h
@@ -70,7 +70,7 @@ StringRef getPhaseName(PassPhase Phase);
70
PassPhase parsePhase(StringRef Name);
71
bool dependsOnDependenceInfo(PassPhase Phase);
72
73
-/// Options for the polly pass.
+/// Options for the Polly pass.
74
class PollyPassOptions {
75
/// For each Polly phase, whether it should be executed.
76
/// Since PassPhase::None is unused, bit positions are shifted by one.
@@ -116,7 +116,7 @@ class PollyPassOptions {
116
llvm::Error checkConsistency() const;
117
};
118
119
-/// Run Polly and ots phases on \p F.
+/// Run Polly and its phases on \p F.
120
bool runPollyPass(Function &F, llvm::FunctionAnalysisManager &FAM,
121
PollyPassOptions Opts);
122
} // namespace polly
0 commit comments