diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 23:44:26 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-01-06 23:44:26 +0000 |
commit | 88a9a0dede51c7daf8193650da8c601f6f05cb9a (patch) | |
tree | d449bf52a269a6b0f4e8c64b9db68f92a22bbf4e /gcc/combine.c | |
parent | 548ebee325ee0482463ff40fb176224a77d3711e (diff) | |
download | gcc-88a9a0dede51c7daf8193650da8c601f6f05cb9a.tar.gz |
Fix copyright.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24551 138bc75d-0d04-0410-961f-82ee72b054a4
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 a528a5658af..8cbbb81cd9f 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. |