diff options
Diffstat (limited to 'llvm/tools/opt/NewPMDriver.h')
| -rw-r--r-- | llvm/tools/opt/NewPMDriver.h | 5 | 
1 files changed, 3 insertions, 2 deletions
| diff --git a/llvm/tools/opt/NewPMDriver.h b/llvm/tools/opt/NewPMDriver.h index e5490deaeaf..2f09e5a8afa 100644 --- a/llvm/tools/opt/NewPMDriver.h +++ b/llvm/tools/opt/NewPMDriver.h @@ -57,7 +57,8 @@ bool runPassPipeline(StringRef Arg0, Module &M, TargetMachine *TM,                       opt_tool::OutputKind OK, opt_tool::VerifierKind VK,                       bool ShouldPreserveAssemblyUseListOrder,                       bool ShouldPreserveBitcodeUseListOrder, -                     bool EmitSummaryIndex, bool EmitModuleHash); -} +                     bool EmitSummaryIndex, bool EmitModuleHash, +                     bool EnableDebugify); +} // namespace llvm  #endif | 

