diff options
| author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-24 04:42:12 +0000 |
|---|---|---|
| committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-24 04:42:12 +0000 |
| commit | c3b0d92f87fba2877358cf5e7c3c6115eb061adc (patch) | |
| tree | cfe1a0f60938aad4d8cd0955747d13830869a06b | |
| parent | 20044aebb0175601a5b3849fc737328b1db9e300 (diff) | |
| download | ppe42-gcc-c3b0d92f87fba2877358cf5e7c3c6115eb061adc.tar.gz ppe42-gcc-c3b0d92f87fba2877358cf5e7c3c6115eb061adc.zip | |
* config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49167 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/sparc/sparc.md | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b368db5fa83..5266fc0f1fe 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-01-24 Alexandre Oliva <aoliva@redhat.com> + + * config/sparc/sparc.md (fix_trunctfdi2): Correct typo in mode. + 2002-01-23 Richard Henderson <rth@redhat.com> * config/alpha/alpha.md (call_value_osf_1_er peepholes): Fix typo. diff --git a/gcc/config/sparc/sparc.md b/gcc/config/sparc/sparc.md index 451abf81e87..c708da4d975 100644 --- a/gcc/config/sparc/sparc.md +++ b/gcc/config/sparc/sparc.md @@ -1,6 +1,6 @@ ;- Machine description for SPARC chip for GNU C compiler ;; Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, -;; 1999, 2000, 2001 Free Software Foundation, Inc. +;; 1999, 2000, 2001, 2002 Free Software Foundation, Inc. ;; Contributed by Michael Tiemann (tiemann@cygnus.com) ;; 64 bit SPARC V9 support by Michael Tiemann, Jim Wilson, and Doug Evans, ;; at Cygnus Support. @@ -5316,7 +5316,7 @@ (define_expand "fix_trunctfdi2" [(set (match_operand:DI 0 "register_operand" "=e") - (fix:SI (fix:TF (match_operand:TF 1 "register_operand" "e"))))] + (fix:DI (fix:TF (match_operand:TF 1 "register_operand" "e"))))] "TARGET_V9 && TARGET_FPU && (TARGET_HARD_QUAD || TARGET_ARCH64)" " { |

