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:
parent
635f48009c
commit
7bf721898d
2 changed files with 6 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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")])
|
||||
|
|
Loading…
Add table
Reference in a new issue