Added a testcase for the enhanced disassembly bug
authorSean Callanan <scallanan@apple.com>
Tue, 22 Feb 2011 02:19:18 +0000 (02:19 +0000)
committerSean Callanan <scallanan@apple.com>
Tue, 22 Feb 2011 02:19:18 +0000 (02:19 +0000)
commitec243ae2b859487bd417a1289da2a4a5901c3469
tree198ea117807e2027113118386566ed18ef8ebec6
parentb21e49c8fe241965716511013e0aed35970ecdb1
Added a testcase for the enhanced disassembly bug
fixed in r126147, where a field in the X86 decode
structure was being read as bits, not bytes.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126182 91177308-0d34-0410-b5e6-96231b3b80d8
test/MC/Disassembler/X86/enhanced.txt [new file with mode: 0644]