summaryrefslogtreecommitdiff
path: root/tools/analyze/analyze.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/analyze/analyze.cpp')
-rw-r--r--tools/analyze/analyze.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/analyze/analyze.cpp b/tools/analyze/analyze.cpp
index ade03debb5..f6a88c18f0 100644
--- a/tools/analyze/analyze.cpp
+++ b/tools/analyze/analyze.cpp
@@ -130,8 +130,8 @@ int main(int argc, char **argv) {
Passes.add(new ModulePassPrinter(Analysis));
} else
- cerr << argv[0] << ": cannot create pass: "
- << Analysis->getPassName() << "\n";
+ std::cerr << argv[0] << ": cannot create pass: "
+ << Analysis->getPassName() << "\n";
}
Passes.run(*CurMod);