forked from OSchip/llvm-project
Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodes
code llvm-svn: 23931
This commit is contained in:
parent
8788942988
commit
bd77fac034
|
@ -29,6 +29,8 @@
|
|||
#include <algorithm>
|
||||
using namespace llvm;
|
||||
|
||||
static IncludeFile X((void*)createUnifyFunctionExitNodesPass);
|
||||
|
||||
namespace {
|
||||
Statistic<> NumBlockRemoved("adce", "Number of basic blocks removed");
|
||||
Statistic<> NumInstRemoved ("adce", "Number of instructions removed");
|
||||
|
|
Loading…
Reference in New Issue