[bugpoint] Do not initialize disassembler passes

We added the initilization of disassembler passes in r306208 with the goal to
bring bugpoint in line with 'opt'. However, 'opt' does itself not initialize
dissassembler passes. As our goal was consistency, we drop the initialization
of dissassembler passes again from bugpoint.

Thanks to Chandler for pointing this out!

llvm-svn: 306275
This commit is contained in:
Tobias Grosser 2017-06-26 06:50:50 +00:00
parent 4484ff03df
commit 258245a6ef
1 changed files with 0 additions and 1 deletions

View File

@ -144,7 +144,6 @@ int main(int argc, char **argv) {
InitializeAllTargetMCs();
InitializeAllAsmPrinters();
InitializeAllAsmParsers();
InitializeAllDisassemblers();
}
cl::ParseCommandLineOptions(argc, argv,