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