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