aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-27 22:07:43 +0000
committerChris Lattner <sabre@nondot.org>2006-08-27 22:07:43 +0000
commit30967a54f4d9f5a2f12cf4775be9cdab9ad43f5e (patch)
treea81fc3c0c26958e27f4597ddcd645534eee9d467 /tools
parent7f500f7f2a156cd7e5be1543e1f1e9e51f39396b (diff)
downloadexternal_llvm-30967a54f4d9f5a2f12cf4775be9cdab9ad43f5e.zip
external_llvm-30967a54f4d9f5a2f12cf4775be9cdab9ad43f5e.tar.gz
external_llvm-30967a54f4d9f5a2f12cf4775be9cdab9ad43f5e.tar.bz2
eliminate only use of FilteredPassNameParser
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29916 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/llvm-ld/Optimize.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/llvm-ld/Optimize.cpp b/tools/llvm-ld/Optimize.cpp
index f539703..29423a7 100644
--- a/tools/llvm-ld/Optimize.cpp
+++ b/tools/llvm-ld/Optimize.cpp
@@ -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