ARM encoding for VSWP got the second operand incorrect.
authorJim Grosbach <grosbach@apple.com>
Fri, 30 Mar 2012 18:53:01 +0000 (18:53 +0000)
committerJim Grosbach <grosbach@apple.com>
Fri, 30 Mar 2012 18:53:01 +0000 (18:53 +0000)
commita45e3747e612c00ca4933087d883db77f4547571
treeae355131579aa49623670813430f6bfe8d45dfa7
parent8f1148bd07d57a1324ed39250642119baa540b7c
ARM encoding for VSWP got the second operand incorrect.

Make the non-tied register operand names line up with what the base
class encoding handler expects.

rdar://11157236

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153766 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMInstrNEON.td
test/MC/ARM/neon-vswp.s [new file with mode: 0644]