diff options
| author | trix <trix@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-14 19:06:39 +0000 |
|---|---|---|
| committer | trix <trix@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-14 19:06:39 +0000 |
| commit | b8dbae25ed7356d5c3bcc2f7696d240cce6e9af6 (patch) | |
| tree | 5eaa4bbd5cb34c4470c18943c77ef432a5c7414a /gcc | |
| parent | ee73b234fecc4e51b3b5bbbcbd97127d78ea71f8 (diff) | |
| download | ppe42-gcc-b8dbae25ed7356d5c3bcc2f7696d240cce6e9af6.tar.gz ppe42-gcc-b8dbae25ed7356d5c3bcc2f7696d240cce6e9af6.zip | |
Fix typo
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48836 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc')
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/rs6000/rs6000.md | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index d199ca65871..bed8af0e050 100644 --- 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 38bd1dd0241..a33512b8a5b 100644 --- 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 "" |

