diff options
author | Richard Sandiford <rsandifo@redhat.com> | 2004-07-16 09:31:39 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-07-16 09:31:39 +0000 |
commit | d811830ea7655b3a2a01f1f5b55c4b0c1083dccf (patch) | |
tree | 2193dab3c5f65374eb5bb436f4cbc047927e9306 | |
parent | bb5928069ec6cfdb19e9c2f2e2fe110e9413f634 (diff) | |
download | gcc-d811830ea7655b3a2a01f1f5b55c4b0c1083dccf.zip gcc-d811830ea7655b3a2a01f1f5b55c4b0c1083dccf.tar.gz gcc-d811830ea7655b3a2a01f1f5b55c4b0c1083dccf.tar.bz2 |
* config/mips/mips.md: Delete outdated comment.
From-SVN: r84814
-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 80e703f..aeed376 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 abb5d44..6a15220 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) |