* arm.md (cstoresi_nltu_thumb1): Use a neg of ltu as the pattern name
implies.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@147613
138bc75d-0d04-0410-961f-
82ee72b054a4
2009-05-16 Richard Earnshaw <rearnsha@arm.com>
+ PR target/40153
+ * arm.md (cstoresi_nltu_thumb1): Use a neg of ltu as the pattern name
+ implies.
+
+2009-05-16 Richard Earnshaw <rearnsha@arm.com>
+
* arm.md (movdi2): Copy non-reg values to DImode registers.
2009-05-16 Jakub Jelinek <jakub@redhat.com>
(define_insn "cstoresi_nltu_thumb1"
[(set (match_operand:SI 0 "s_register_operand" "=l,l")
- (neg:SI (gtu:SI (match_operand:SI 1 "s_register_operand" "l,*h")
+ (neg:SI (ltu:SI (match_operand:SI 1 "s_register_operand" "l,*h")
(match_operand:SI 2 "thumb1_cmp_operand" "lI*h,*r"))))]
"TARGET_THUMB1"
"cmp\\t%1, %2\;sbc\\t%0, %0, %0"