Commit 49f88e43 by Kyrylo Tkachov Committed by Kyrylo Tkachov

[AArch64] Use cinc mnemonic for *csinc2<mode>_insn

	* config/aarch64/aarch64.md (*csinc2<mode>_insn): Use cinc mnemonic.

From-SVN: r225830
parent e6c9b417
2015-07-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
* config/aarch64/aarch64.md (*csinc2<mode>_insn): Use cinc mnemonic.
2015-07-15 Uros Bizjak <ubizjak@gmail.com> 2015-07-15 Uros Bizjak <ubizjak@gmail.com>
PR target/58066 PR target/58066
......
...@@ -2982,7 +2982,7 @@ ...@@ -2982,7 +2982,7 @@
(plus:GPI (match_operand 2 "aarch64_comparison_operation" "") (plus:GPI (match_operand 2 "aarch64_comparison_operation" "")
(match_operand:GPI 1 "register_operand" "r")))] (match_operand:GPI 1 "register_operand" "r")))]
"" ""
"csinc\\t%<w>0, %<w>1, %<w>1, %M2" "cinc\\t%<w>0, %<w>1, %m2"
[(set_attr "type" "csel")] [(set_attr "type" "csel")]
) )
......
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