edis: Don't do the target initialization in EDGetDisassembler, this is contrary
authorDaniel Dunbar <daniel@zuster.org>
Tue, 29 Nov 2011 00:06:58 +0000 (00:06 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Tue, 29 Nov 2011 00:06:58 +0000 (00:06 +0000)
commit36e1ac7fffc2a0035ce61750efd6ee7d59100575
treee5c354cbb9207f94a4124f1375421cf9517d36de
parent72736d1aa3a731cdbdef2ad7e3a861c5afd7fce7
edis: Don't do the target initialization in EDGetDisassembler, this is contrary
to the way we currently expect target selection to work -- clients are supposed
to have control over what targets are available.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145331 91177308-0d34-0410-b5e6-96231b3b80d8
tools/edis/EDMain.cpp