diff options
author | obrien <obrien@FreeBSD.org> | 2001-02-17 08:34:50 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-02-17 08:34:50 +0000 |
commit | c67d59390e4485092d22ef31e9279cd03761aae8 (patch) | |
tree | b86771e64e7a23a8c3c4d3a5e8e0c087685dbc59 /contrib/gcc/unroll.c | |
parent | f765f568136edef27288671f5bf261cb36d01ffe (diff) | |
download | FreeBSD-src-c67d59390e4485092d22ef31e9279cd03761aae8.zip FreeBSD-src-c67d59390e4485092d22ef31e9279cd03761aae8.tar.gz |
Enlist the FreeBSD-CURRENT users as testers of GCC 2.95.3 Release Candidate #3
Diffstat (limited to 'contrib/gcc/unroll.c')
-rw-r--r-- | contrib/gcc/unroll.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/gcc/unroll.c b/contrib/gcc/unroll.c index 376bc99..34fb8f1 100644 --- a/contrib/gcc/unroll.c +++ b/contrib/gcc/unroll.c @@ -1,5 +1,6 @@ /* Try to unroll loops, and split induction variables. - Copyright (C) 1992, 93, 94, 95, 97, 98, 1999 Free Software Foundation, Inc. + Copyright (C) 1992, 1993, 1994, 1995, 1997, 1998, 1999, 2000 Free Software + Foundation, Inc. Contributed by James E. Wilson, Cygnus Support/UC Berkeley. This file is part of GNU CC. |