diff mbox

gcc/config/microblaze/microblaze.md: Remove redundant '@' to avoid compiling warning

Message ID 53B8C9A3.5010709@gmail.com
State New
Headers show

Commit Message

Chen Gang July 6, 2014, 3:59 a.m. UTC
* microblaze/microblaze.md: Remove redundant '@' to avoid compiling
  warning.

The related warning:

  ../../gcc/gcc/config/microblaze/microblaze.md:516: '@' is redundant for output template with single alternative


Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
---
 gcc/config/microblaze/microblaze.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Michael Eager Aug. 13, 2014, 4:01 p.m. UTC | #1
On 07/05/14 20:59, Chen Gang wrote:
>
>    * microblaze/microblaze.md: Remove redundant '@' to avoid compiling
>    warning.
>
> The related warning:
>
>    ../../gcc/gcc/config/microblaze/microblaze.md:516: '@' is redundant for output template with single alternative
>
>
> Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
> ---
>   gcc/config/microblaze/microblaze.md | 3 +--
>   1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/gcc/config/microblaze/microblaze.md b/gcc/config/microblaze/microblaze.md
> index 7945d96..2bd5d72 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")])


Committed revision 213913.
diff mbox

Patch

diff --git a/gcc/config/microblaze/microblaze.md b/gcc/config/microblaze/microblaze.md
index 7945d96..2bd5d72 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")])