summaryrefslogtreecommitdiffstats
path: root/llvm/tools/analyze/analyze.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/analyze/analyze.cpp')
-rw-r--r--llvm/tools/analyze/analyze.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/analyze/analyze.cpp b/llvm/tools/analyze/analyze.cpp
index f24f75d7c02..0207b8c6e1a 100644
--- a/llvm/tools/analyze/analyze.cpp
+++ b/llvm/tools/analyze/analyze.cpp
@@ -117,7 +117,7 @@ namespace {
int main(int argc, char **argv) {
cl::ParseCommandLineOptions(argc, argv, " llvm analysis printer tool\n");
- PrintStackTraceOnErrorSignal();
+ sys::PrintStackTraceOnErrorSignal();
Module *CurMod = 0;
try {
OpenPOWER on IntegriCloud