1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Be more namespace correct

llvm-svn: 3086
This commit is contained in:
Chris Lattner 2002-07-25 16:31:01 +00:00
parent 0d3708d9dc
commit aa37e1ed8c

View File

@ -34,7 +34,6 @@
#include <algorithm>
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<string>
static cl::opt<std::string>
InputFilename(cl::Positional, cl::desc("<input file>"), cl::init("-"),
cl::value_desc("filename"));