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
This commit is contained in:
Chen Gang 2014-08-13 16:00:44 +00:00 committed by Michael Eager
parent 635f48009c
commit 7bf721898d
2 changed files with 6 additions and 2 deletions

View file

@ -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 <gareevroman@gmail.com>
* gcc.dg/graphite/pr35356-2.c: Update according to the ISL code

View file

@ -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")])