aboutsummaryrefslogtreecommitdiffstats
path: root/lib/IR/Core.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-07 03:33:08 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-07 03:33:08 +0000
commit6554666e0034ea1cc5c8095b34d1ffbe0f62f363 (patch)
tree97ac49fcfa9a919fdde2484de8a66709c261181b /lib/IR/Core.cpp
parente5ef305be2505741941b8e7c7a391add3632ebc3 (diff)
downloadexternal_llvm-6554666e0034ea1cc5c8095b34d1ffbe0f62f363.zip
external_llvm-6554666e0034ea1cc5c8095b34d1ffbe0f62f363.tar.gz
external_llvm-6554666e0034ea1cc5c8095b34d1ffbe0f62f363.tar.bz2
Move the initialization to the Analysis library as well as the pass.
This was (somewhat distressingly) only caught be the ocaml bindings tests... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@171690 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 0b09a22..2024ac9 100644
--- a/lib/IR/Core.cpp
+++ b/lib/IR/Core.cpp
@@ -41,7 +41,6 @@ void llvm::initializeCore(PassRegistry &Registry) {
initializePrintFunctionPassPass(Registry);
initializeVerifierPass(Registry);
initializePreVerifierPass(Registry);
- initializeTargetTransformInfoAnalysisGroup(Registry);
}
void LLVMInitializeCore(LLVMPassRegistryRef R) {