* aarch64.md (add_losym_<mode>): Set type to alu_imm.

From-SVN: r212522
This commit is contained in:
Richard Earnshaw 2014-07-14 14:31:10 +00:00 committed by Richard Earnshaw
parent 236aff7251
commit d8e11262f0
2 changed files with 5 additions and 1 deletions

View 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> 2014-07-14 Richard Biener <rguenther@suse.de>
PR tree-optimization/61779 PR tree-optimization/61779

View File

@ -3790,7 +3790,7 @@
(match_operand 2 "aarch64_valid_symref" "S")))] (match_operand 2 "aarch64_valid_symref" "S")))]
"" ""
"add\\t%<w>0, %<w>1, :lo12:%a2" "add\\t%<w>0, %<w>1, :lo12:%a2"
[(set_attr "type" "alu_reg")] [(set_attr "type" "alu_imm")]
) )
(define_insn "ldr_got_small_<mode>" (define_insn "ldr_got_small_<mode>"