[llvm-commits] CVS: llvm/lib/Transforms/Scalar/ADCE.cpp

Chris Lattner lattner at cs.uiuc.edu
Fri Jun 2 12:11:59 PDT 2006



Changes in directory llvm/lib/Transforms/Scalar:

ADCE.cpp updated: 1.96 -> 1.97
---
Log message:

Remove unneeded hook.  Patch by Anton K. Thanks!


---
Diffs of the changes:  (+0 -2)

 ADCE.cpp |    2 --
 1 files changed, 2 deletions(-)


Index: llvm/lib/Transforms/Scalar/ADCE.cpp
diff -u llvm/lib/Transforms/Scalar/ADCE.cpp:1.96 llvm/lib/Transforms/Scalar/ADCE.cpp:1.97
--- llvm/lib/Transforms/Scalar/ADCE.cpp:1.96	Thu Jun  1 12:16:21 2006
+++ llvm/lib/Transforms/Scalar/ADCE.cpp	Fri Jun  2 14:11:46 2006
@@ -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");






More information about the llvm-commits mailing list