diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-01-06 12:40:37 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-01-06 12:40:37 -0700 |
commit | a5acf2a1f505c4c07f728e31bf8d940930e13518 (patch) | |
tree | b00cfe417f689963a5f8e449fede3360eb00fe41 /gcc | |
parent | 3b917a5593e7264c7ff809eddf15a5905885ba92 (diff) | |
download | gcc-a5acf2a1f505c4c07f728e31bf8d940930e13518.zip gcc-a5acf2a1f505c4c07f728e31bf8d940930e13518.tar.gz gcc-a5acf2a1f505c4c07f728e31bf8d940930e13518.tar.bz2 |
Fix copyright dates.
From-SVN: r24527
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/gcse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |