elimiante Statistic static ctors

llvm-svn: 32702
This commit is contained in:
Chris Lattner 2006-12-19 22:56:53 +00:00
parent a20006cd96
commit e712a5a1d2
1 changed files with 2 additions and 5 deletions

View File

@ -23,11 +23,8 @@
#include <cmath>
using namespace llvm;
namespace {
Statistic NumDynamicInsts("lli", "Number of dynamic instructions executed");
Interpreter *TheEE = 0;
}
STATISTIC(NumDynamicInsts, "Number of dynamic instructions executed");
static Interpreter *TheEE = 0;
//===----------------------------------------------------------------------===//