Commit 7bf72189 by Chen Gang Committed by Michael Eager

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
parent 635f4800
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
......
......@@ -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")])
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment