From 98ad7e9b5d1f7ed04a75f86a19f1a133fed555f4 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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3086 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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")); -- 2.34.1