]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
arm.md (thumb_mulsi3_v6): Remove trailing whitespaces in output template.
authorJie Zhang <jie@codesourcery.com>
Tue, 9 Mar 2010 03:59:21 +0000 (03:59 +0000)
committerJie Zhang <jiez@gcc.gnu.org>
Tue, 9 Mar 2010 03:59:21 +0000 (03:59 +0000)
* config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
whitespaces in output template.

From-SVN: r157303

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

index b6001fca5b009e91755bed1312126c1f0273030b..cba20314536fee8c368f5023ef547a20c0455414 100644 (file)
@@ -1,3 +1,8 @@
+2010-03-09  Jie Zhang  <jie@codesourcery.com>
+
+       * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing
+       whitespaces in output template.
+
 2010-03-09  Jie Zhang  <jie@codesourcery.com>
 
        * ira-lives.c (check_and_make_def_use_conflict): Don't fall
index 3d0d7f2ec2d9fe0f78a781c5b5d520defd15b515..2839d55bab01cbc07293cfc619afce2153c2a088 100644 (file)
                 (match_operand:SI 2 "register_operand" "l,0,0")))]
   "TARGET_THUMB1 && arm_arch6"
   "@
-   mul\\t%0, %2 
-   mul\\t%0, %1 
+   mul\\t%0, %2
+   mul\\t%0, %1
    mul\\t%0, %1"
   [(set_attr "length" "2")
    (set_attr "insn" "mul")]