summaryrefslogtreecommitdiff
path: root/lib/Target/ARM/ARM.td
diff options
context:
space:
mode:
authorAmara Emerson <amara.emerson@arm.com>2013-10-07 16:55:23 +0000
committerAmara Emerson <amara.emerson@arm.com>2013-10-07 16:55:23 +0000
commitca7b2d08d7b918e5e8e921a837623af962b27d00 (patch)
tree854f2f3cff445cf8d46de14c95e8323f447c1c3d /lib/Target/ARM/ARM.td
parent2aeb4771a6ca0ee253e4836edbab5705203d9bb4 (diff)
downloadllvm-ca7b2d08d7b918e5e8e921a837623af962b27d00.tar.gz
llvm-ca7b2d08d7b918e5e8e921a837623af962b27d00.tar.bz2
llvm-ca7b2d08d7b918e5e8e921a837623af962b27d00.tar.xz
[ARM] Improve build attributes emission.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192111 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/ARM/ARM.td')
-rw-r--r--lib/Target/ARM/ARM.td3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Target/ARM/ARM.td b/lib/Target/ARM/ARM.td
index d839ca9c9f..f4ad3f707e 100644
--- a/lib/Target/ARM/ARM.td
+++ b/lib/Target/ARM/ARM.td
@@ -294,7 +294,8 @@ def : ProcessorModel<"cortex-a15", CortexA9Model,
def : ProcessorModel<"cortex-r5", CortexA8Model,
[ProcR5, HasV7Ops, FeatureDB,
FeatureVFP3, FeatureDSPThumb2,
- FeatureHasRAS, FeatureRClass]>;
+ FeatureHasRAS, FeatureVFPOnlySP,
+ FeatureRClass]>;
// V7M Processors.
def : ProcNoItin<"cortex-m3", [HasV7Ops,