From 199063ea37d8cc651a20ab00eef4326cd9331371 Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Wed, 24 Oct 2012 17:55:53 +0000 Subject: 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 --- tools/opt/opt.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tools/opt/opt.cpp') diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp index c78f97fa60..bac0d46947 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(); -- cgit v1.2.3