forked from OSchip/llvm-project
parent
e62348f401
commit
f905a7b994
|
@ -30,7 +30,7 @@
|
||||||
#include <iostream>
|
#include <iostream>
|
||||||
using namespace llvm;
|
using namespace llvm;
|
||||||
|
|
||||||
static IncludeFile X((void*)createUnifyFunctionExitNodesPass);
|
static IncludeFile X((void*)(intptr_t)createUnifyFunctionExitNodesPass);
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
Statistic<> NumBlockRemoved("adce", "Number of basic blocks removed");
|
Statistic<> NumBlockRemoved("adce", "Number of basic blocks removed");
|
||||||
|
|
Loading…
Reference in New Issue