Modified the Enhanced Disassembler to create and
authorSean Callanan <scallanan@apple.com>
Sat, 4 Feb 2012 07:45:35 +0000 (07:45 +0000)
committerSean Callanan <scallanan@apple.com>
Sat, 4 Feb 2012 07:45:35 +0000 (07:45 +0000)
commit3f4f34c7ba24c3703a0cddf778183f7d876ac83f
tree5f8d9c53910795cdf66d795de41d22d1769d5543
parent0aad7d274d6dfb0de1ebc00600cecf5e229b7c43
Modified the Enhanced Disassembler to create and
cache disassemblers according to the string value
of the target triple, not according to the enum
of the triple CPU.  The reason for this is that
certain attributes of the instruction set are not
reflected in the enum, but only in the string.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@149773 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/MCDisassembler/EDDisassembler.cpp
lib/MC/MCDisassembler/EDDisassembler.h
lib/MC/MCDisassembler/EDOperand.cpp