X86: Fix an encoding issue with LOCK_ADD64mr, which could lead to very hard to find...
authorDaniel Dunbar <daniel@zuster.org>
Fri, 27 Aug 2010 01:30:14 +0000 (01:30 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Fri, 27 Aug 2010 01:30:14 +0000 (01:30 +0000)
commitd8d36e61fd88fa91132c0c1906805aba99ccd625
tree44f01924662a34a94a3e223456a49a2950565b3f
parent4cf81c47fe060fad290ea6b95388d1da7fad105a
X86: Fix an encoding issue with LOCK_ADD64mr, which could lead to very hard to find miscompiles with the integrated assembler.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112250 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86Instr64bit.td
test/CodeGen/X86/lock-inst-encoding.ll [new file with mode: 0644]