diff options
author | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-01-19 12:08:36 +0000 |
---|---|---|
committer | Mark Mitchell <mmitchel@gcc.gnu.org> | 1999-01-19 12:08:36 +0000 |
commit | 747215f1fe95ae8226b1f2fc2bfd32824a9c66a6 (patch) | |
tree | 23567cd3e8acf94a6c11a7bdd5f2af808d58f69a /gcc/cse.c | |
parent | eaa4b44cfc6743304718f03b61c8c3ef9ec91d0b (diff) | |
download | gcc-747215f1fe95ae8226b1f2fc2bfd32824a9c66a6.zip gcc-747215f1fe95ae8226b1f2fc2bfd32824a9c66a6.tar.gz gcc-747215f1fe95ae8226b1f2fc2bfd32824a9c66a6.tar.bz2 |
Update copyrights
From-SVN: r24765
Diffstat (limited to 'gcc/cse.c')
-rw-r--r-- | gcc/cse.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* Common subexpression elimination for GNU compiler. - Copyright (C) 1987, 88, 89, 92-7, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 89, 92-7, 1998, 1999 Free Software Foundation, Inc. This file is part of GNU CC. |