Changes in directory llvm/tools/opt:
opt.cpp updated: 1.133 -> 1.134 --- Log message: remove cruft --- Diffs of the changes: (+0 -3) opt.cpp | 3 --- 1 files changed, 3 deletions(-) Index: llvm/tools/opt/opt.cpp diff -u llvm/tools/opt/opt.cpp:1.133 llvm/tools/opt/opt.cpp:1.134 --- llvm/tools/opt/opt.cpp:1.133 Tue Apr 10 10:43:36 2007 +++ llvm/tools/opt/opt.cpp Thu Apr 19 23:45:58 2007 @@ -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 @@ 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 { _______________________________________________ llvm-commits mailing list llvm-commits@cs.uiuc.edu http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits