mirror of
https://github.com/RPCS3/llvm.git
synced 2024-11-26 21:20:29 +00:00
Be more namespace correct
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3086 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4b367217c2
commit
98ad7e9b5d
@ -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"));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user