[ARM] Fix typo in subtarget feature list for 7em triple
authorJohn Brawn <john.brawn@arm.com>
Fri, 22 May 2015 14:16:22 +0000 (14:16 +0000)
committerJohn Brawn <john.brawn@arm.com>
Fri, 22 May 2015 14:16:22 +0000 (14:16 +0000)
commit8a95a5095dba4c90da3055eb844541724cd96acc
treeb8e54b7002411cdc1a6d7031fc92088786ca5038
parent05f7d4f508d4a5cc690e029bd468c2af48b6a6e1
[ARM] Fix typo in subtarget feature list for 7em triple

The list of subtarget features for the 7em triple contains 't2xtpk',
which actually disables that subtarget feature. Correct that to
'+t2xtpk' and test that the instructions enabled by that feature do
actually work.

Differential Revision: http://reviews.llvm.org/D9936

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@238022 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/MCTargetDesc/ARMMCTargetDesc.cpp
test/MC/ARM/thumb2-dsp-diag.s