]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Remove redundant '@' to avoid compiling warning
authorChen Gang <gang.chen.5i5j@gmail.com>
Wed, 13 Aug 2014 16:00:44 +0000 (16:00 +0000)
committerMichael Eager <eager@gcc.gnu.org>
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.

From-SVN: r213913

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

index 2b3a040cb2e19da5d8206621d75321547907501d..e58c7e1723a947efed82627f11fad3be5eb0a0a8 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 7945d96b794e84aef6ac6b987e50485c894a2941..2bd5d722a38b35ffdd4243f8799be9869626c6ab 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")])