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 ea67fed + 1369585 commit 639f325Copy full SHA for 639f325
polly/include/polly/Pass/PhaseManager.h
@@ -68,7 +68,7 @@ StringRef getPhaseName(PassPhase Phase);
68
PassPhase parsePhase(StringRef Name);
69
bool dependsOnDependenceInfo(PassPhase Phase);
70
71
-/// Options for the polly pass.
+/// Options for the Polly pass.
72
class PollyPassOptions {
73
/// For each Polly phase, whether it should be executed.
74
/// Since PassPhase::None is unused, bit positions are shifted by one.
@@ -114,7 +114,7 @@ class PollyPassOptions {
114
llvm::Error checkConsistency() const;
115
};
116
117
-/// Run Polly and ots phases on \p F.
+/// Run Polly and its phases on \p F.
118
bool runPollyPass(Function &F, llvm::FunctionAnalysisManager &FAM,
119
PollyPassOptions Opts);
120
} // namespace polly
0 commit comments