* aarch64.md (add_losym_<mode>): Set type to alu_imm.
authorRichard Earnshaw <rearnsha@arm.com>
Mon, 14 Jul 2014 14:31:10 +0000 (14:31 +0000)
committerRichard Earnshaw <rearnsha@gcc.gnu.org>
Mon, 14 Jul 2014 14:31:10 +0000 (14:31 +0000)
From-SVN: r212522

gcc/ChangeLog
gcc/config/aarch64/aarch64.md

index 65a6b5ecb5ef6d838c75473dd6a0342f050dd118..6f86acf4e4378dfabbf4d27eae0cd97a7c38d4b0 100644 (file)
@@ -1,3 +1,7 @@
+2014-07-14  Richard Earnshaw  <rearnsha@arm.com>
+
+       * aarch64.md (add_losym_<mode>): Set type to alu_imm.
+
 2014-07-14  Richard Biener  <rguenther@suse.de>
 
        PR tree-optimization/61779
index 3eb783c3681b16e1a5f780ec656bd261b9cb4954..ded49a4aced3846e1c2266dfe123d19a0090904f 100644 (file)
                  (match_operand 2 "aarch64_valid_symref" "S")))]
   ""
   "add\\t%<w>0, %<w>1, :lo12:%a2"
-  [(set_attr "type" "alu_reg")]
+  [(set_attr "type" "alu_imm")]
 )
 
 (define_insn "ldr_got_small_<mode>"