Commit a2be33be by Matthew Gretton-Dann Committed by Matthew Gretton-Dann

config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true

	condition.

From-SVN: r183756
parent fc985d2f
2012-01-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
config/arm/thumb2.md (thumb2_mov_notscc): Use MVN for true
condition.
2012-01-31 Jakub Jelinek <jakub@redhat.com>
PR bootstrap/52041
......
......@@ -259,7 +259,7 @@
(not:SI (match_operator:SI 1 "arm_comparison_operator"
[(match_operand 2 "cc_register" "") (const_int 0)])))]
"TARGET_THUMB2"
"ite\\t%D1\;mov%D1\\t%0, #0\;mvn%d1\\t%0, #1"
"ite\\t%D1\;mvn%D1\\t%0, #0\;mvn%d1\\t%0, #1"
[(set_attr "conds" "use")
(set_attr "length" "10")]
)
......
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