* loop.h: Remove wrong declaration of doloop_condition_get.
authoraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jan 2001 17:41:23 +0000 (17:41 +0000)
committeraj <aj@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 12 Jan 2001 17:41:23 +0000 (17:41 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@38952 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/loop.h

index 33185bf..798ffc4 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-12  Andreas Jaeger  <aj@suse.de>
+
+       * loop.h: Remove wrong declaration of doloop_condition_get.
+
 2001-01-12  Phil Edwards  <pme@sources.redhat.com>
 
        * extend.texi:  Move C++-extension-related node from the C section
 Fri Jan 12 12:08:12 MET 2001  Andreas Jaeger  <aj@suse.de>
                              Jan Hubicka  <jh@suse.cz>
 
-       * combine.c (reversed_comparison): Fix typo in last patch.
+       * combine.c (reversed_comparison): Fix typo in last patch.
        Check X for NULL.
-       (combine_reversed_comparison_code): Make static to follow
-       prototype declaration.
+       (combine_reversed_comparison_code): Make static to follow
+       prototype declaration.
 
 2001-01-12  Phil Edwards  <pme@sources.redhat.com>
 
index 1b4f24f..9e382e6 100644 (file)
@@ -1,5 +1,6 @@
 /* Loop optimization definitions for GNU C-Compiler
-   Copyright (C) 1991, 1995, 1998, 1999, 2000 Free Software Foundation, Inc.
+   Copyright (C) 1991, 1995, 1998, 1999, 2000, 2001
+   Free Software Foundation, Inc.
 
 This file is part of GNU CC.
 
@@ -416,4 +417,3 @@ rtx loop_insn_hoist PARAMS((const struct loop *, rtx));
 
 /* Forward declarations for non-static functions declared in doloop.c.  */
 int doloop_optimize PARAMS ((const struct loop *));
-rtx doloop_condition_get PARAMS ((rtx));