summaryrefslogtreecommitdiff
path: root/lib/IR/Core.cpp
diff options
context:
space:
mode:
authorAndrew Trick <atrick@apple.com>2013-09-19 06:02:43 +0000
committerAndrew Trick <atrick@apple.com>2013-09-19 06:02:43 +0000
commitabe68f59174c7418ae73de0a87587abe0be1fb03 (patch)
treeab1e29c1c732267f8fc6e0407243499e46fea9a3 /lib/IR/Core.cpp
parent7d4e9934e7ca83094c5cf41346966c8350179ff2 (diff)
downloadllvm-abe68f59174c7418ae73de0a87587abe0be1fb03.tar.gz
llvm-abe68f59174c7418ae73de0a87587abe0be1fb03.tar.bz2
llvm-abe68f59174c7418ae73de0a87587abe0be1fb03.tar.xz
Revert "Encapsulate PassManager debug flags to avoid static init and cxa_exit."
Working on a better solution to this. This reverts commit 7d4e9934e7ca83094c5cf41346966c8350179ff2. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@190990 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/IR/Core.cpp')
-rw-r--r--lib/IR/Core.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/IR/Core.cpp b/lib/IR/Core.cpp
index 749ae60146..95c516a251 100644
--- a/lib/IR/Core.cpp
+++ b/lib/IR/Core.cpp
@@ -40,7 +40,6 @@
using namespace llvm;
void llvm::initializeCore(PassRegistry &Registry) {
- initializePassManager();
initializeDominatorTreePass(Registry);
initializePrintModulePassPass(Registry);
initializePrintFunctionPassPass(Registry);