forked from OSchip/llvm-project
[NFC] Fix typo function -> module
This commit is contained in:
parent
580f99bcff
commit
99f2779c18
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in New Issue