diff options
| author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-16 09:31:39 +0000 |
|---|---|---|
| committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-07-16 09:31:39 +0000 |
| commit | 27ec7d5d86e7121b7bfcfbe5b4e4176c9da538b3 (patch) | |
| tree | 2193dab3c5f65374eb5bb436f4cbc047927e9306 | |
| parent | 9838f30b931aef61d4c8282fcba73dcf185750e7 (diff) | |
| download | ppe42-gcc-27ec7d5d86e7121b7bfcfbe5b4e4176c9da538b3.tar.gz ppe42-gcc-27ec7d5d86e7121b7bfcfbe5b4e4176c9da538b3.zip | |
* config/mips/mips.md: Delete outdated comment.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84814 138bc75d-0d04-0410-961f-82ee72b054a4
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/config/mips/mips.md | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 80e703f6bc3..aeed376e1b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,9 @@ 2004-07-16 Richard Sandiford <rsandifo@redhat.com> + * config/mips/mips.md: Delete outdated comment. + +2004-07-16 Richard Sandiford <rsandifo@redhat.com> + * config/mips/mips.c (get_float_compare_codes): Delete. (mips_emit_compare): New function, mostly extracted from get_float_compare_codes and gen_conditional_branch. diff --git a/gcc/config/mips/mips.md b/gcc/config/mips/mips.md index abb5d442949..6a152206ae0 100644 --- a/gcc/config/mips/mips.md +++ b/gcc/config/mips/mips.md @@ -23,9 +23,6 @@ ;; the Free Software Foundation, 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA. -;; ??? Currently does not have define_function_unit support for the R8000. -;; Must include new entries for fmadd in addition to existing entries. - (define_constants [(UNSPEC_LOAD_DF_LOW 0) (UNSPEC_LOAD_DF_HIGH 1) |

