Hrm, a relic from the past. How cute :)
[oota-llvm.git] / 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,