From: Chris Lattner Date: Mon, 20 Oct 2003 05:45:49 +0000 (+0000) Subject: Hrm, a relic from the past. How cute :) X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=e738656c0b380e5059cb522927aeb49554d01e46;p=oota-llvm.git Hrm, a relic from the past. How cute :) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9283 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/ExecutionEngine/JIT/JITEmitter.cpp b/lib/ExecutionEngine/JIT/JITEmitter.cpp index 94fef6a0ae7..6dd2d56f7f2 100644 --- a/lib/ExecutionEngine/JIT/JITEmitter.cpp +++ b/lib/ExecutionEngine/JIT/JITEmitter.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,