Commit d8e11262 by Richard Earnshaw Committed by Richard Earnshaw

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

From-SVN: r212522
parent 236aff72
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
......
...@@ -3790,7 +3790,7 @@ ...@@ -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>"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment