mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-10 02:38:50 +00:00
elimiante Statistic static ctors
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32702 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3d3a429acb
commit
cecf56b069
@ -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…
x
Reference in New Issue
Block a user