mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
eliminate only use of FilteredPassNameParser
llvm-svn: 29916
This commit is contained in:
parent
9378951f7a
commit
ea448e4b8a
@ -27,8 +27,7 @@
|
||||
using namespace llvm;
|
||||
|
||||
// Pass Name Options as generated by the PassNameParser
|
||||
static cl::list<const PassInfo*, bool,
|
||||
FilteredPassNameParser<PassInfo::Optimization> >
|
||||
static cl::list<const PassInfo*, bool, PassNameParser>
|
||||
OptimizationList(cl::desc("Optimizations available:"));
|
||||
|
||||
// Optimization Enumeration
|
||||
|
Loading…
Reference in New Issue
Block a user