Hi all,

This patch just fixes a couple of typos (s/can fails/can fail/, s/with the 
Thumb/on Thumb/) and makes
the commenting style consistent on this pattern in thumb1.md
Tested on arm-none-eabi.

Committing as obvious.

Thanks,
Kyrill

2016-06-03  Kyrylo Tkachov  <kyrylo.tkac...@arm.com>

    * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
diff --git a/gcc/config/arm/thumb1.md b/gcc/config/arm/thumb1.md
index c5b59bd3e1577a904a93bb8bdf7d486b086fb848..035641b3335797cb843a5741d7372492d5a91cfc 100644
--- a/gcc/config/arm/thumb1.md
+++ b/gcc/config/arm/thumb1.md
@@ -142,11 +142,11 @@ (define_insn "thumb1_subsi3_insn"
    (set_attr "type" "alus_sreg")]
 )
 
-; Unfortunately with the Thumb the '&'/'0' trick can fails when operands
-; 1 and 2; are the same, because reload will make operand 0 match
-; operand 1 without realizing that this conflicts with operand 2.  We fix
-; this by adding another alternative to match this case, and then `reload'
-; it ourselves.  This alternative must come first.
+;; Unfortunately on Thumb the '&'/'0' trick can fail when operands
+;; 1 and 2 are the same, because reload will make operand 0 match
+;; operand 1 without realizing that this conflicts with operand 2.  We fix
+;; this by adding another alternative to match this case, and then `reload'
+;; it ourselves.  This alternative must come first.
 (define_insn "*thumb_mulsi3"
   [(set (match_operand:SI          0 "register_operand" "=&l,&l,&l")
 	(mult:SI (match_operand:SI 1 "register_operand" "%l,*h,0")

Reply via email to