mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-12 07:37:34 +00:00
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
This commit is contained in:
parent
584073a8cf
commit
0c1262c9f9
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user