diff --git a/gcc/gcse.c b/gcc/gcse.c index 7209d2b9a77..35043393798 100644 --- a/gcc/gcse.c +++ b/gcc/gcse.c @@ -1,6 +1,6 @@ /* Global common subexpression elimination and global constant/copy propagation for GNU compiler. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1998 Free Software Foundation, Inc. This file is part of GNU CC.