diff options
author | Chris Lattner <sabre@nondot.org> | 2007-04-20 04:45:58 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2007-04-20 04:45:58 +0000 |
commit | 8cc95f24a7617a40ae351bf4162b3ec07dfeb767 (patch) | |
tree | 16b5fff192eb7494a3936cd93bc2d6d026db5e82 | |
parent | bc43e8d0b35a5555a742a901c9114374f868d777 (diff) | |
download | bcm5719-llvm-8cc95f24a7617a40ae351bf4162b3ec07dfeb767.tar.gz bcm5719-llvm-8cc95f24a7617a40ae351bf4162b3ec07dfeb767.zip |
remove cruft
llvm-svn: 36268
-rw-r--r-- | llvm/tools/opt/opt.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm/tools/opt/opt.cpp b/llvm/tools/opt/opt.cpp index fab3ce2e11b..d30d412f05e 100644 --- a/llvm/tools/opt/opt.cpp +++ b/llvm/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 <iostream> @@ -95,8 +94,6 @@ QuietA("quiet", cl::desc("Alias for -q"), cl::aliasopt(Quiet)); static cl::opt<bool> AnalyzeOnly("analyze", cl::desc("Only perform analysis, no optimization")); -static Timer BytecodeLoadTimer("Bytecode Loader"); - // ---------- Define Printers for module and function passes ------------ namespace { |