Assembler doesn't need to initialize TargetMachine's anymore.

llvm-svn: 135964
This commit is contained in:
Evan Cheng 2011-07-25 20:53:26 +00:00
parent f60768a14e
commit c2d8c6be92
1 changed files with 0 additions and 2 deletions

View File

@ -363,8 +363,6 @@ int cc1as_main(const char **ArgBegin, const char **ArgEnd,
// Initialize targets and assembly printers/parsers.
InitializeAllTargetInfos();
// FIXME: We shouldn't need to initialize the Target(Machine)s.
InitializeAllTargets();
InitializeAllTargetMCs();
InitializeAllAsmPrinters();
InitializeAllAsmParsers();