[ARM][obvious] Fix typos in *thumb1_mulsi3 comment
authorKyrylo Tkachov <kyrylo.tkachov@arm.com>
Fri, 3 Jun 2016 08:43:28 +0000 (08:43 +0000)
committerKyrylo Tkachov <ktkachov@gcc.gnu.org>
Fri, 3 Jun 2016 08:43:28 +0000 (08:43 +0000)
* config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.

From-SVN: r237058

gcc/ChangeLog
gcc/config/arm/thumb1.md

index c2eeb9033e749c3907e0b631b1e307362c9f71bb..635634b14c6242968acf877adef204ed566382d2 100644 (file)
@@ -1,3 +1,7 @@
+2016-06-03  Kyrylo Tkachov  <kyrylo.tkachov@arm.com>
+
+       * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment.
+
 2016-06-03  Jakub Jelinek  <jakub@redhat.com>
 
        PR middle-end/71387
index c5b59bd3e1577a904a93bb8bdf7d486b086fb848..035641b3335797cb843a5741d7372492d5a91cfc 100644 (file)
    (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")