summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-20 05:45:49 +0000
committerChris Lattner <sabre@nondot.org>2003-10-20 05:45:49 +0000
commitf2a34aa278785db4ccf89c841bb31fb2fed4107d (patch)
tree7d647afe2f2421564495032d5986b6549f29aace
parent369246d8551784572bfbadc0aff2d5886e53fa9d (diff)
downloadbcm5719-llvm-f2a34aa278785db4ccf89c841bb31fb2fed4107d.tar.gz
bcm5719-llvm-f2a34aa278785db4ccf89c841bb31fb2fed4107d.zip
Hrm, a relic from the past. How cute :)
llvm-svn: 9283
-rw-r--r--llvm/lib/ExecutionEngine/JIT/Emitter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/ExecutionEngine/JIT/Emitter.cpp b/llvm/lib/ExecutionEngine/JIT/Emitter.cpp
index 94fef6a0ae7..6dd2d56f7f2 100644
--- a/llvm/lib/ExecutionEngine/JIT/Emitter.cpp
+++ b/llvm/lib/ExecutionEngine/JIT/Emitter.cpp
@@ -21,7 +21,7 @@
#include "Config/sys/mman.h"
namespace {
- Statistic<> NumBytes("jello", "Number of bytes of machine code compiled");
+ Statistic<> NumBytes("jit", "Number of bytes of machine code compiled");
VM *TheVM = 0;
/// JITMemoryManager - Manage memory for the JIT code generation in a logical,
OpenPOWER on IntegriCloud