* 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 65a6b5e..6f86acf 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 3eb783c..ded49a4 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>"