* aarch64.md (add_losym_<mode>): Set type to alu_imm.
From-SVN: r212522
This commit is contained in:
parent
236aff7251
commit
d8e11262f0
@ -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
|
||||
|
@ -3790,7 +3790,7 @@
|
||||
(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>"
|
||||
|
Loading…
x
Reference in New Issue
Block a user