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.
1 parent 1e5e3ea commit e7b347fCopy full SHA for e7b347f
llvm/include/llvm/CodeGen/TargetPassConfig.h
@@ -171,9 +171,9 @@ class TargetPassConfig : public ImmutablePass {
171
/// set.
172
static bool willCompleteCodeGenPipeline();
173
174
- /// If hasLimitedCodeGenPipeline is true, this method
175
- /// returns a string with the name of the options, separated
176
- /// by \p Separator that caused this pipeline to be limited.
+ /// If hasLimitedCodeGenPipeline is true, this method returns
+ /// a string with the name of the options that caused this
+ /// pipeline to be limited.
177
static std::string getLimitedCodeGenPipelineReason();
178
179
struct StartStopInfo {
0 commit comments