From: Chen Gang Date: Wed, 13 Aug 2014 16:00:44 +0000 (+0000) Subject: Remove redundant '@' to avoid compiling warning X-Git-Tag: releases/gcc-5.1.0~5515 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bf721898dcaba6c8138acfe61eec9203465800e;p=thirdparty%2Fgcc.git Remove redundant '@' to avoid compiling warning 2014-08-13 Chen Gang gang.chen.5i5j@gmail.com * microblaze/microblaze.md: Remove redundant '@' to avoid compiling warning. From-SVN: r213913 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 2b3a040cb2e1..e58c7e1723a9 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2014-08-13 Chen Gang gang.chen.5i5j@gmail.com + + * microblaze/microblaze.md: Remove redundant '@' to avoid compiling + warning. + 2014-08-13 Roman Gareev * gcc.dg/graphite/pr35356-2.c: Update according to the ISL code diff --git a/gcc/config/microblaze/microblaze.md b/gcc/config/microblaze/microblaze.md index 7945d96b794e..2bd5d722a38b 100644 --- a/gcc/config/microblaze/microblaze.md +++ b/gcc/config/microblaze/microblaze.md @@ -518,8 +518,7 @@ (minus:DI (match_operand:DI 1 "register_operand" "d") (match_operand:DI 2 "arith_operand32" "d")))] "" - "@ - rsub\t%L0,%L2,%L1\;rsubc\t%M0,%M2,%M1" + "rsub\t%L0,%L2,%L1\;rsubc\t%M0,%M2,%M1" [(set_attr "type" "darith") (set_attr "mode" "DI") (set_attr "length" "8")])