From: Chris Lattner Date: Thu, 25 Jul 2002 16:31:01 +0000 (+0000) Subject: Be more namespace correct X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=98ad7e9b5d1f7ed04a75f86a19f1a133fed555f4;p=oota-llvm.git Be more namespace correct git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3086 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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"));