fix a case where we'd mis-encode fisttp because of an incorrect (and
authorChris Lattner <sabre@nondot.org>
Fri, 5 Feb 2010 22:49:06 +0000 (22:49 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 5 Feb 2010 22:49:06 +0000 (22:49 +0000)
commit3f1118310eddbbc0d5972e8564c7ac9b91464a33
treef2410f165c1d6fe1dad0d18dbcd562d126d12832
parentfaa75f6f6f2b37359a458fd9acd57c58ee26eea9
fix a case where we'd mis-encode fisttp because of an incorrect (and
redundant with a correct one) pattern that was added for the disassembler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@95446 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrFPStack.td
test/MC/AsmParser/X86/x86_32-encoding.s [new file with mode: 0644]