fix the encoding of MMX_MOVFR642Qrr, it starts with 0xF2 not 0xF3,
authorChris Lattner <sabre@nondot.org>
Thu, 15 Jul 2010 20:13:34 +0000 (20:13 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 15 Jul 2010 20:13:34 +0000 (20:13 +0000)
commitd1c58cf7bb3852c0b36d692b29f66a913c55ba0d
tree06340c62d2f176e80cd7360798342dede1ab2a6d
parentef4308d6ba6a57c8a311fcabe078422aea3fc90a
fix the encoding of MMX_MOVFR642Qrr, it starts with 0xF2 not 0xF3,
this fixes rdar://8192860.  Unfortunately it can only be triggered
with llc because llvm-mc matches another (correctly encoded) version
of this, so no testcase.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108454 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86InstrMMX.td