projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c68cd52
)
Fix typo
author
Tom Rix
<trix@redhat.com>
Mon, 14 Jan 2002 19:06:39 +0000
(19:06 +0000)
committer
Tom Rix
<trix@gcc.gnu.org>
Mon, 14 Jan 2002 19:06:39 +0000
(19:06 +0000)
From-SVN: r48836
gcc/ChangeLog
patch
|
blob
|
history
gcc/config/rs6000/rs6000.md
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index d199ca65871bbba24b6912387f7fb1a2506d2dd3..bed8af0e05045d1990ffcccffcdb3187ad26158a 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-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,
diff --git
a/gcc/config/rs6000/rs6000.md
b/gcc/config/rs6000/rs6000.md
index 38bd1dd02415081e6084ef5db67de478688595da..a33512b8a5b14f7deb6490f2209d2b902dec3aa9 100644
(file)
--- a/
gcc/config/rs6000/rs6000.md
+++ b/
gcc/config/rs6000/rs6000.md
@@
-12573,7
+12573,7
@@
(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 ""