diff options
author | Jeff Law <law@gcc.gnu.org> | 1999-01-06 16:44:26 -0700 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-01-06 16:44:26 -0700 |
commit | 1bf27b5bf3e7ad756011393cec9b726ced330851 (patch) | |
tree | d449bf52a269a6b0f4e8c64b9db68f92a22bbf4e /gcc/combine.c | |
parent | 1d1c12f423d325a28d140f64beeb1fd9e880fb72 (diff) | |
download | gcc-1bf27b5bf3e7ad756011393cec9b726ced330851.zip gcc-1bf27b5bf3e7ad756011393cec9b726ced330851.tar.gz gcc-1bf27b5bf3e7ad756011393cec9b726ced330851.tar.bz2 |
Fix copyright.
From-SVN: r24551
Diffstat (limited to 'gcc/combine.c')
-rw-r--r-- | gcc/combine.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c index a528a56..8cbbb81 100644 --- a/gcc/combine.c +++ b/gcc/combine.c @@ -1,5 +1,5 @@ /* Optimize by combining instructions for GNU compiler. - Copyright (C) 1987, 88, 92-97, 1998 Free Software Foundation, Inc. + Copyright (C) 1987, 88, 92-98, 1999 Free Software Foundation, Inc. This file is part of GNU CC. |