forked from OSchip/llvm-project
Remove unneeded hook. Patch by Anton K. Thanks!
llvm-svn: 28664
This commit is contained in:
parent
076f7336d4
commit
540886f0ae
|
@ -30,8 +30,6 @@
|
|||
#include <iostream>
|
||||
using namespace llvm;
|
||||
|
||||
static IncludeFile X((void*)(intptr_t)createUnifyFunctionExitNodesPass);
|
||||
|
||||
namespace {
|
||||
Statistic<> NumBlockRemoved("adce", "Number of basic blocks removed");
|
||||
Statistic<> NumInstRemoved ("adce", "Number of instructions removed");
|
||||
|
|
Loading…
Reference in New Issue