From: Nadav Rotem Date: Wed, 24 Oct 2012 17:55:53 +0000 (+0000) Subject: Opt does not need to initialize the Asm printer/parser X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=199063ea37d8cc651a20ab00eef4326cd9331371;p=oota-llvm.git Opt does not need to initialize the Asm printer/parser git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166602 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index c78f97fa607..bac0d469479 100644 --- a/tools/opt/opt.cpp +++ b/tools/opt/opt.cpp @@ -567,8 +567,6 @@ int main(int argc, char **argv) { InitializeAllTargets(); InitializeAllTargetMCs(); - InitializeAllAsmPrinters(); - InitializeAllAsmParsers(); // Initialize passes PassRegistry &Registry = *PassRegistry::getPassRegistry();