[Objdump] Pass the correct subtarget to printInst.
authorAkira Hatanaka <ahatanaka@apple.com>
Sat, 28 Mar 2015 20:44:05 +0000 (20:44 +0000)
committerAkira Hatanaka <ahatanaka@apple.com>
Sat, 28 Mar 2015 20:44:05 +0000 (20:44 +0000)
commit0de206d8d6339283c80fd25c54b634f351bf0c8e
tree9212e0d2210da4ad5362a5681f33110113841410
parent2eaf50f5fbabe76fccb254c4bf19839875145ab7
[Objdump] Pass the correct subtarget to printInst.

This fixes a bug I introduced in r233411.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@233484 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-objdump/AArch64/Inputs/print-mrs.obj.macho-aarch64 [new file with mode: 0644]
test/tools/llvm-objdump/AArch64/macho-print-mrs.test [new file with mode: 0644]
tools/llvm-objdump/MachODump.cpp