forked from OSchip/llvm-project
parent
a20006cd96
commit
e712a5a1d2
|
@ -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;
|
||||
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
|
Loading…
Reference in New Issue