diff options
| author | Charlie Turner <charlie.turner@arm.com> | 2014-11-03 17:38:00 +0000 |
|---|---|---|
| committer | Charlie Turner <charlie.turner@arm.com> | 2014-11-03 17:38:00 +0000 |
| commit | 1d8cc909cc1bd6cb2e78d179a2c33b30610215a9 (patch) | |
| tree | 33fb8eb5d8f2bc1fa99376ca28b45fb0f469bbf9 /llvm/test/MC/ARM | |
| parent | fd5d3654634e68ab93227c278ccc7062ceb8d899 (diff) | |
| download | bcm5719-llvm-1d8cc909cc1bd6cb2e78d179a2c33b30610215a9.tar.gz bcm5719-llvm-1d8cc909cc1bd6cb2e78d179a2c33b30610215a9.zip | |
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
llvm-svn: 221166
Diffstat (limited to 'llvm/test/MC/ARM')
| -rw-r--r-- | llvm/test/MC/ARM/arm_instructions.s | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/MC/ARM/arm_instructions.s b/llvm/test/MC/ARM/arm_instructions.s index a4b6bda880c..a4c100ee68f 100644 --- a/llvm/test/MC/ARM/arm_instructions.s +++ b/llvm/test/MC/ARM/arm_instructions.s @@ -1,6 +1,6 @@ @ RUN: llvm-mc -mcpu=cortex-a8 -triple arm-unknown-unknown -show-encoding %s \ @ RUN: | FileCheck %s -check-prefix=ALL -@ RUN: llvm-mc -mcpu=cortex-a9-mp -triple armv7-unknown-nacl -show-encoding %s \ +@ RUN: llvm-mc -mcpu=cortex-a9 -triple armv7-unknown-nacl -show-encoding %s \ @ RUN: | FileCheck %s -check-prefix=NACL @ RUN: llvm-mc -mcpu=cortex-a8 -mattr=+nacl-trap -triple armv7 -show-encoding %s \ @ RUN: | FileCheck %s -check-prefix=NACL |

