From aa37e1ed8c61da8e39a96a73abba16c951c9c57a Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 25 Jul 2002 16:31:01 +0000 Subject: [PATCH] Be more namespace correct llvm-svn: 3086 --- tools/analyze/analyze.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/analyze/analyze.cpp b/tools/analyze/analyze.cpp index 8eb15fd5d40..7373741e215 100644 --- a/tools/analyze/analyze.cpp +++ b/tools/analyze/analyze.cpp @@ -34,7 +34,6 @@ #include using std::ostream; -using std::string; //===----------------------------------------------------------------------===// // printPass - Specify how to print out a pass. For most passes, the standard @@ -233,7 +232,7 @@ enum Ans { postdomset, postidom, postdomtree, postdomfrontier, }; -static cl::opt +static cl::opt InputFilename(cl::Positional, cl::desc(""), cl::init("-"), cl::value_desc("filename"));