OSDN Git Service

Remove unneeded hook. Patch by Anton K. Thanks!
authorChris Lattner <sabre@nondot.org>
Fri, 2 Jun 2006 19:11:46 +0000 (19:11 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 2 Jun 2006 19:11:46 +0000 (19:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28664 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/ADCE.cpp

index bde4a3e..bda8620 100644 (file)
@@ -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");