summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt/Passes.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/opt/Passes.h')
-rw-r--r--llvm/tools/opt/Passes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/tools/opt/Passes.h b/llvm/tools/opt/Passes.h
index f8273be1e9d..9e58e8b8ac3 100644
--- a/llvm/tools/opt/Passes.h
+++ b/llvm/tools/opt/Passes.h
@@ -72,8 +72,7 @@ void registerFunctionAnalyses(FunctionAnalysisManager &FAM);
/// an error. You cannot mix different levels implicitly, you must explicitly
/// form a pass manager in which to nest passes.
bool parsePassPipeline(ModulePassManager &MPM, StringRef PipelineText,
- bool VerifyEachPass = true);
-
+ bool VerifyEachPass = true, bool DebugLogging = false);
}
#endif
OpenPOWER on IntegriCloud