diff options
author | eager <eager@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-13 16:00:44 +0000 |
---|---|---|
committer | eager <eager@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-08-13 16:00:44 +0000 |
commit | 001d4622741bf29ca6e414f07f7d094b89666977 (patch) | |
tree | f82085496111c8dd369f7410ad81b8bb34a75168 /gcc/config/microblaze | |
parent | c25268b6ab91939e3c92764610d05e0c01c0698e (diff) | |
download | gcc-001d4622741bf29ca6e414f07f7d094b89666977.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213913 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/microblaze')
-rw-r--r-- | gcc/config/microblaze/microblaze.md | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/microblaze/microblaze.md b/gcc/config/microblaze/microblaze.md index 7945d96b794..2bd5d722a38 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")]) |