diff options
author | Andreas Jaeger <aj@suse.de> | 2001-01-12 18:41:23 +0100 |
---|---|---|
committer | Andreas Jaeger <aj@gcc.gnu.org> | 2001-01-12 18:41:23 +0100 |
commit | d24b8f53d204fd529352a77caae6b8c240a611e3 (patch) | |
tree | c480ff15d736e0892ecd5fa42e92399240ffa9c3 /gcc/loop.h | |
parent | a67a383a7fd434385ef278ef1d02050214d59f54 (diff) | |
download | gcc-d24b8f53d204fd529352a77caae6b8c240a611e3.zip gcc-d24b8f53d204fd529352a77caae6b8c240a611e3.tar.gz gcc-d24b8f53d204fd529352a77caae6b8c240a611e3.tar.bz2 |
loop.h: Remove wrong declaration of doloop_condition_get.
* loop.h: Remove wrong declaration of doloop_condition_get.
Co-Authored-By: Jan Hubicka <jh@suse.cz>
From-SVN: r38952
Diffstat (limited to 'gcc/loop.h')
-rw-r--r-- | gcc/loop.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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)); |