aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
diff options
context:
space:
mode:
authorAlan Lawrence <alan.lawrence@arm.com>2014-09-05 10:32:09 +0000
committerAlan Lawrence <alalaw01@gcc.gnu.org>2014-09-05 10:32:09 +0000
commitf36d4bd9fbe5a643bce51b9df98e9b4b1e4da0e7 (patch)
treea49afd117519f392a81320bb2a4adc1bbbb2dd0c /gcc/config
parent8d3d350af830aeced6d9198cd6ce8c826ddcd0c4 (diff)
downloadgcc-f36d4bd9fbe5a643bce51b9df98e9b4b1e4da0e7.zip
gcc-f36d4bd9fbe5a643bce51b9df98e9b4b1e4da0e7.tar.gz
gcc-f36d4bd9fbe5a643bce51b9df98e9b4b1e4da0e7.tar.bz2
[PATCH][AArch64] One-liner: fix type of an add in SIMD registers
* config/aarch64/aarch64.md (adddi3_aarch64): set type to neon_add. From-SVN: r214946
Diffstat (limited to 'gcc/config')
-rw-r--r--gcc/config/aarch64/aarch64.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/aarch64/aarch64.md b/gcc/config/aarch64/aarch64.md
index d9aff66..6e63881 100644
--- a/gcc/config/aarch64/aarch64.md
+++ b/gcc/config/aarch64/aarch64.md
@@ -1238,7 +1238,7 @@
add\\t%x0, %x1, %x2
sub\\t%x0, %x1, #%n2
add\\t%d0, %d1, %d2"
- [(set_attr "type" "alu_imm,alu_sreg,alu_imm,alu_sreg")
+ [(set_attr "type" "alu_imm,alu_sreg,alu_imm,neon_add")
(set_attr "simd" "*,*,*,yes")]
)