diff options
author | Javed Absar <javed.absar@arm.com> | 2015-06-26 17:42:37 +0000 |
---|---|---|
committer | Javed Absar <javed.absar@arm.com> | 2015-06-26 17:42:37 +0000 |
commit | bced3032e02b95433b9ab576f030f20a687657cd (patch) | |
tree | ffbbbe7430b6966010c652ae3a4be846db168c23 /llvm/test/CodeGen/ARM/build-attributes.ll | |
parent | c4866d29dd74336d4a7d09fd7b2ee730214d4dad (diff) | |
download | bcm5719-llvm-bced3032e02b95433b9ab576f030f20a687657cd.tar.gz bcm5719-llvm-bced3032e02b95433b9ab576f030f20a687657cd.zip |
[ARM] Cortex-R5 is not VFPOnlySP
This patch fixes the error in ARM.td which stated that Cortex-R5
floating point unit can do only single precision, when it can do double as well.
Reviewers: rengolin
Subscribers: llvm-commits
Differential Revision: http://reviews.llvm.org/D10769
llvm-svn: 240799
Diffstat (limited to 'llvm/test/CodeGen/ARM/build-attributes.ll')
-rw-r--r-- | llvm/test/CodeGen/ARM/build-attributes.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/ARM/build-attributes.ll b/llvm/test/CodeGen/ARM/build-attributes.ll index 69f02c0a86d..9aa2d6565d3 100644 --- a/llvm/test/CodeGen/ARM/build-attributes.ll +++ b/llvm/test/CodeGen/ARM/build-attributes.ll @@ -1071,7 +1071,7 @@ ; CORTEX-R5: .eabi_attribute 23, 3 ; CORTEX-R5: .eabi_attribute 24, 1 ; CORTEX-R5: .eabi_attribute 25, 1 -; CORTEX-R5: .eabi_attribute 27, 1 +; CORTEX-R5-NOT: .eabi_attribute 27, 1 ; CORTEX-R5-NOT: .eabi_attribute 28 ; CORTEX-R5-NOT: .eabi_attribute 36 ; CORTEX-R5: .eabi_attribute 38, 1 |