aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Analysis/Lint.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Analysis/Lint.h')
-rw-r--r--include/llvm/Analysis/Lint.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/llvm/Analysis/Lint.h b/include/llvm/Analysis/Lint.h
index 2f01366..eb65d22 100644
--- a/include/llvm/Analysis/Lint.h
+++ b/include/llvm/Analysis/Lint.h
@@ -38,8 +38,7 @@ FunctionPass *createLintPass();
/// This should only be used for debugging, because it plays games with
/// PassManagers and stuff.
void lintModule(
- const Module &M, ///< The module to be checked
- std::string *ErrorInfo = 0 ///< Information about failures.
+ const Module &M ///< The module to be checked
);
// lintFunction - Check a function.