diff options
author | Chris Lattner <sabre@nondot.org> | 2006-06-02 19:11:46 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2006-06-02 19:11:46 +0000 |
commit | 0c1262c9f9cf2c2f76cb2f9c3c6500ec9e696824 (patch) | |
tree | cc2923e51f9c367a5c3224484b45dae64f5ddc1a | |
parent | 584073a8cf9cc72b6a08c5286eb47d983f0a61ee (diff) |
Remove unneeded hook. Patch by Anton K. Thanks!
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28664 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Transforms/Scalar/ADCE.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Transforms/Scalar/ADCE.cpp b/lib/Transforms/Scalar/ADCE.cpp index bde4a3e8bf..bda8620969 100644 --- a/lib/Transforms/Scalar/ADCE.cpp +++ b/lib/Transforms/Scalar/ADCE.cpp @@ -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"); |