Make sure that anything using the ADCE pass pulls in the UnifyFunctionExitNodes

code

llvm-svn: 23931
This commit is contained in:
Chris Lattner 2005-10-24 01:40:23 +00:00
parent 8788942988
commit bd77fac034
1 changed files with 2 additions and 0 deletions

View File

@ -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");