Remove the cortex-a9-mp CPU.
authorCharlie Turner <charlie.turner@arm.com>
Mon, 3 Nov 2014 17:38:00 +0000 (17:38 +0000)
committerCharlie Turner <charlie.turner@arm.com>
Mon, 3 Nov 2014 17:38:00 +0000 (17:38 +0000)
commitc3606b6b2eb13cbd972f0955157a3b5da0858555
tree4ef01f226198974d9c2f381abaa2dc763e5eaa9f
parentc34113433af6fa6e8ccea46db2c0cf0bc2d2eb81
Remove the cortex-a9-mp CPU.

This CPU definition is redundant. The Cortex-A9 is defined as
supporting multiprocessing extensions. Remove its definition and
update appropriate tests.

LLVM defines both a cortex-a9 CPU and a cortex-a9-mp CPU. The only
difference between the two CPU definitions in ARM.td is that
cortex-a9-mp contains the feature FeatureMP for multiprocessing
extensions.

This is redundant since the Cortex-A9 is defined as having
multiprocessing extensions in the TRMs. armcc also defines the
Cortex-A9 as having multiprocessing extensions by default.

Change-Id: Ifcadaa6c322be0a33d9d2a39cfdd7da1d75981a7

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221166 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARM.td
test/CodeGen/ARM/build-attributes.ll
test/CodeGen/ARM/prefetch.ll
test/MC/ARM/arm_instructions.s
test/MC/Disassembler/ARM/arm-tests.txt
test/MC/Disassembler/ARM/thumb-tests.txt