diff options
Diffstat (limited to 'llvm/tools/opt/NewPMDriver.h')
-rw-r--r-- | llvm/tools/opt/NewPMDriver.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/opt/NewPMDriver.h b/llvm/tools/opt/NewPMDriver.h index 2f09e5a8afa..7d74a5777d1 100644 --- a/llvm/tools/opt/NewPMDriver.h +++ b/llvm/tools/opt/NewPMDriver.h @@ -42,7 +42,7 @@ enum VerifierKind { }; } -/// \brief Driver function to run the new pass manager over a module. +/// Driver function to run the new pass manager over a module. /// /// This function only exists factored away from opt.cpp in order to prevent /// inclusion of the new pass manager headers and the old headers into the same |