Fix typo
authorTom Rix <trix@redhat.com>
Mon, 14 Jan 2002 19:06:39 +0000 (19:06 +0000)
committerTom Rix <trix@gcc.gnu.org>
Mon, 14 Jan 2002 19:06:39 +0000 (19:06 +0000)
From-SVN: r48836

gcc/ChangeLog
gcc/config/rs6000/rs6000.md

index d199ca65871bbba24b6912387f7fb1a2506d2dd3..bed8af0e05045d1990ffcccffcdb3187ad26158a 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-14  Tom Rix  <trix@redhat.com>
+
+       * config/rs6000/rs6000.md: Fix typo with sradi.
+
 2002-01-14  Ulrich Weigand  <uweigand@de.ibm.com>
 
        * config/s390/s390.md (movstrdix_64, movstrsix_31, movstrdi_64,
index 38bd1dd02415081e6084ef5db67de478688595da..a33512b8a5b14f7deb6490f2209d2b902dec3aa9 100644 (file)
        (neg:DI (gt:DI (match_operand:DI 1 "gpc_reg_operand" "r")
                       (const_int 0))))]
   "TARGET_POWERPC64"
-  "subfic %0,%1,0\;addme %0,%0\;sradi} %0,%0,63"
+  "subfic %0,%1,0\;addme %0,%0\;sradi %0,%0,63"
   [(set_attr "length" "12")])
 
 (define_insn ""