Hrm, a relic from the past. How cute :)
authorChris Lattner <sabre@nondot.org>
Mon, 20 Oct 2003 05:45:49 +0000 (05:45 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 20 Oct 2003 05:45:49 +0000 (05:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9283 91177308-0d34-0410-b5e6-96231b3b80d8

lib/ExecutionEngine/JIT/JITEmitter.cpp

index 94fef6a0ae7794d03e1178c0071fe9fd2d8623da..6dd2d56f7f2044a490baca5c3c5f8e62213a3c62 100644 (file)
@@ -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,