Add support to count the number of dynamic instructions executed by LLI
llvm-svn: 4955
diff --git a/llvm/tools/lli/lli.cpp b/llvm/tools/lli/lli.cpp
index 76e1eb1..3f718e5 100644
--- a/llvm/tools/lli/lli.cpp
+++ b/llvm/tools/lli/lli.cpp
@@ -21,10 +21,7 @@
cl::value_desc("function name"));
static cl::opt<bool>
-DebugMode("debug", cl::desc("Start program in debugger"));
-
-static cl::alias
-DebugModeA("d", cl::desc("Alias for -debug"), cl::aliasopt(DebugMode));
+DebugMode("d", cl::desc("Start program in debugger"));
static cl::opt<bool>
TraceMode("trace", cl::desc("Enable Tracing"));