[NFC] Fix typo function -> module

This commit is contained in:
Arthur Eubanks 2020-10-29 16:10:17 -07:00
parent 580f99bcff
commit 99f2779c18
1 changed files with 2 additions and 2 deletions

View File

@ -94,12 +94,12 @@ static cl::opt<std::string> VectorizerStartEPPipeline(
cl::Hidden);
static cl::opt<std::string> 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<std::string> 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);