Skip to content

Commit

Permalink
Opt does not need to initialize the Asm printer/parser
Browse files Browse the repository at this point in the history
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166602 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
nadavrot committed Oct 24, 2012
1 parent 880b90e commit 199063e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tools/opt/opt.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -567,8 +567,6 @@ int main(int argc, char **argv) {

InitializeAllTargets();
InitializeAllTargetMCs();
InitializeAllAsmPrinters();
InitializeAllAsmParsers();

// Initialize passes
PassRegistry &Registry = *PassRegistry::getPassRegistry();
Expand Down

0 comments on commit 199063e

Please sign in to comment.