diff --git a/llvm/tools/opt/NewPMDriver.cpp b/llvm/tools/opt/NewPMDriver.cpp index 98a8454f9528..e97d91aa1d3b 100644 --- a/llvm/tools/opt/NewPMDriver.cpp +++ b/llvm/tools/opt/NewPMDriver.cpp @@ -94,12 +94,12 @@ static cl::opt VectorizerStartEPPipeline( cl::Hidden); static cl::opt PipelineStartEPPipeline( "passes-ep-pipeline-start", - cl::desc("A textual description of the function pass pipeline inserted at " + cl::desc("A textual description of the module pass pipeline inserted at " "the PipelineStart extension point into default pipelines"), cl::Hidden); static cl::opt OptimizerLastEPPipeline( "passes-ep-optimizer-last", - cl::desc("A textual description of the function pass pipeline inserted at " + cl::desc("A textual description of the module pass pipeline inserted at " "the OptimizerLast extension point into default pipelines"), cl::Hidden);