diff options
author | David Edelsohn <dje@gcc.gnu.org> | 1998-02-08 09:13:54 -0500 |
---|---|---|
committer | David Edelsohn <dje@gcc.gnu.org> | 1998-02-08 09:13:54 -0500 |
commit | b94ad19e82146654463dbc0f983b82257678b8a2 (patch) | |
tree | c6dbe192e536253612bacb277c03e96ad7218dc6 /gcc/loop.c | |
parent | 72b0c616a5f06426c90bbf29eabd4f2492542833 (diff) | |
download | gcc-b94ad19e82146654463dbc0f983b82257678b8a2.zip gcc-b94ad19e82146654463dbc0f983b82257678b8a2.tar.gz gcc-b94ad19e82146654463dbc0f983b82257678b8a2.tar.bz2 |
Oops, bump copyright year.
From-SVN: r17782
Diffstat (limited to 'gcc/loop.c')
-rw-r--r-- | gcc/loop.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* Perform various loop optimizations, including strength reduction. - Copyright (C) 1987, 88, 89, 91-6, 1997 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 89, 91-7, 1998 Free Software Foundation, Inc. This file is part of GNU CC. |