Remove redundant '@' to avoid compiling warning
authoreager <eager@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Aug 2014 16:00:44 +0000 (16:00 +0000)
committereager <eager@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 13 Aug 2014 16:00:44 +0000 (16:00 +0000)
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

gcc/ChangeLog
gcc/config/microblaze/microblaze.md

index 2b3a040..e58c7e1 100644 (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
index 7945d96..2bd5d72 100644 (file)
        (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")])