From: Chris Lattner Date: Fri, 20 Apr 2007 04:45:58 +0000 (+0000) Subject: remove cruft X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9c81664f6e7f95244d930381e5017ed7e6579cd0;p=oota-llvm.git remove cruft git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36268 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index fab3ce2e11b..d30d412f05e 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -27,7 +27,6 @@ #include "llvm/Support/PluginLoader.h" #include "llvm/Support/Streams.h" #include "llvm/Support/SystemUtils.h" -#include "llvm/Support/Timer.h" #include "llvm/LinkAllPasses.h" #include "llvm/LinkAllVMCore.h" #include @@ -95,8 +94,6 @@ QuietA("quiet", cl::desc("Alias for -q"), cl::aliasopt(Quiet)); static cl::opt AnalyzeOnly("analyze", cl::desc("Only perform analysis, no optimization")); -static Timer BytecodeLoadTimer("Bytecode Loader"); - // ---------- Define Printers for module and function passes ------------ namespace {