From bc433a764ed24848f3c6dae9b90d23695b4b0cec Mon Sep 17 00:00:00 2001 From: Daniel Dunbar Date: Sun, 14 Sep 2014 16:29:45 -0700 Subject: [LLVM3.5] Drop use of PassNameParser, which we don't even use anymore. --- lib/Module/Optimize.cpp | 7 ------- 1 file changed, 7 deletions(-) (limited to 'lib/Module') diff --git a/lib/Module/Optimize.cpp b/lib/Module/Optimize.cpp index f3d58000..2aeb9f83 100644 --- a/lib/Module/Optimize.cpp +++ b/lib/Module/Optimize.cpp @@ -43,16 +43,9 @@ #include "llvm/Target/TargetMachine.h" #include "llvm/Transforms/IPO.h" #include "llvm/Transforms/Scalar.h" -#include "llvm/Support/PassNameParser.h" #include "llvm/Support/PluginLoader.h" using namespace llvm; -#if 0 -// Pass Name Options as generated by the PassNameParser -static cl::list - OptimizationList(cl::desc("Optimizations available:")); -#endif - // Don't verify at the end static cl::opt DontVerify("disable-verify", cl::ReallyHidden); -- cgit 1.4.1