diff options
author | Chris Lattner <sabre@nondot.org> | 2003-10-20 05:45:49 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2003-10-20 05:45:49 +0000 |
commit | f2a34aa278785db4ccf89c841bb31fb2fed4107d (patch) | |
tree | 7d647afe2f2421564495032d5986b6549f29aace /llvm/lib/ExecutionEngine | |
parent | 369246d8551784572bfbadc0aff2d5886e53fa9d (diff) | |
download | bcm5719-llvm-f2a34aa278785db4ccf89c841bb31fb2fed4107d.tar.gz bcm5719-llvm-f2a34aa278785db4ccf89c841bb31fb2fed4107d.zip |
Hrm, a relic from the past. How cute :)
llvm-svn: 9283
Diffstat (limited to 'llvm/lib/ExecutionEngine')
-rw-r--r-- | llvm/lib/ExecutionEngine/JIT/Emitter.cpp | 2 |
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, |