From 81ad4ac06edd61b60c7cb4faba7ca58a896a9194 Mon Sep 17 00:00:00 2001 From: Jie Zhang Date: Tue, 9 Mar 2010 03:59:21 +0000 Subject: arm.md (thumb_mulsi3_v6): Remove trailing whitespaces in output template. * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing whitespaces in output template. From-SVN: r157303 --- gcc/ChangeLog | 5 +++++ gcc/config/arm/arm.md | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) (limited to 'gcc') diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b6001fc..cba2031 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2010-03-09 Jie Zhang + * config/arm/arm.md (thumb_mulsi3_v6): Remove trailing + whitespaces in output template. + +2010-03-09 Jie Zhang + * ira-lives.c (check_and_make_def_use_conflict): Don't fall out array boundary. diff --git a/gcc/config/arm/arm.md b/gcc/config/arm/arm.md index 3d0d7f2..2839d55 100644 --- a/gcc/config/arm/arm.md +++ b/gcc/config/arm/arm.md @@ -1265,8 +1265,8 @@ (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")] -- cgit v1.1