]> git.ipfire.org Git - thirdparty/gcc.git/commit - gcc/cse.c
Add prototypes for static functions.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 8 Mar 1993 12:24:14 +0000 (07:24 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 8 Mar 1993 12:24:14 +0000 (07:24 -0500)
commit6cd4575ea189a3bdaa6ae5d894bd62f95902b6fb
tree114e5a5d74a51e1ae70c81148b9d9e378342ff7b
parentc19b0882166f2d9ccbfb8fc3c1e669906b70baca
Add prototypes for static functions.

(struct cse_basic_block_data): Move to front of file since it constains
struct used in a prototype.
(refers_to_p, find_best_addr): Now static.

From-SVN: r3675
gcc/cse.c