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> #include <cmath>
using namespace llvm; using namespace llvm;
namespace { STATISTIC(NumDynamicInsts, "Number of dynamic instructions executed");
Statistic NumDynamicInsts("lli", "Number of dynamic instructions executed"); static Interpreter *TheEE = 0;
Interpreter *TheEE = 0;
}
//===----------------------------------------------------------------------===// //===----------------------------------------------------------------------===//