aboutsummaryrefslogtreecommitdiff
path: root/gcc/combine.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-02-25 22:54:31 -0700
committerJeff Law <law@gcc.gnu.org>2000-02-25 22:54:31 -0700
commit3c71940fafbcebf9091b7131f0cb2eec428c75e6 (patch)
tree72c7edb3afba351ce840eb4c99d8b810af0ca6f0 /gcc/combine.c
parent517cbe13c456916d56b77744149cae30d99bdc9e (diff)
downloadgcc-3c71940fafbcebf9091b7131f0cb2eec428c75e6.zip
gcc-3c71940fafbcebf9091b7131f0cb2eec428c75e6.tar.gz
gcc-3c71940fafbcebf9091b7131f0cb2eec428c75e6.tar.bz2
Copyright fixes
From-SVN: r32172
Diffstat (limited to 'gcc/combine.c')
-rw-r--r--gcc/combine.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/combine.c b/gcc/combine.c
index d24ef18..149b549 100644
--- a/gcc/combine.c
+++ b/gcc/combine.c
@@ -1,5 +1,6 @@
/* Optimize by combining instructions for GNU compiler.
- Copyright (C) 1987, 88, 92-98, 1999, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.