aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/Transforms/Scalar/ADCE.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/ADCE.cpp b/lib/Transforms/Scalar/ADCE.cpp
index 4452b4061c..bde4a3e8bf 100644
--- a/lib/Transforms/Scalar/ADCE.cpp
+++ b/lib/Transforms/Scalar/ADCE.cpp
@@ -30,7 +30,7 @@
#include <iostream>
using namespace llvm;
-static IncludeFile X((void*)createUnifyFunctionExitNodesPass);
+static IncludeFile X((void*)(intptr_t)createUnifyFunctionExitNodesPass);
namespace {
Statistic<> NumBlockRemoved("adce", "Number of basic blocks removed");