From: ktkachov Date: Fri, 3 Jun 2016 08:43:28 +0000 (+0000) Subject: [ARM][obvious] Fix typos in *thumb1_mulsi3 comment X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3f115163eb9ea178a287c73c9753175c3f7d71cc;p=thirdparty%2Fgcc.git [ARM][obvious] Fix typos in *thumb1_mulsi3 comment * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@237058 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index c2eeb9033e74..635634b14c62 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2016-06-03 Kyrylo Tkachov + + * config/arm/thumb1.md (*thumb1_mulsi3): Fix typos in comment. + 2016-06-03 Jakub Jelinek PR middle-end/71387 diff --git a/gcc/config/arm/thumb1.md b/gcc/config/arm/thumb1.md index c5b59bd3e157..035641b33357 100644 --- a/gcc/config/arm/thumb1.md +++ b/gcc/config/arm/thumb1.md @@ -142,11 +142,11 @@ (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")