Skip to content

Commit e7b347f

Browse files
committed
fix doc string in getLimitedCodeGenPipelineReason
1 parent 1e5e3ea commit e7b347f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

llvm/include/llvm/CodeGen/TargetPassConfig.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,9 @@ class TargetPassConfig : public ImmutablePass {
171171
/// set.
172172
static bool willCompleteCodeGenPipeline();
173173

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.
174+
/// If hasLimitedCodeGenPipeline is true, this method returns
175+
/// a string with the name of the options that caused this
176+
/// pipeline to be limited.
177177
static std::string getLimitedCodeGenPipelineReason();
178178

179179
struct StartStopInfo {

0 commit comments

Comments
 (0)