aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
authorJeff Law <law@gcc.gnu.org>2000-02-25 22:59:31 -0700
committerJeff Law <law@gcc.gnu.org>2000-02-25 22:59:31 -0700
commit5e7b4e2509342037f6fa2270a88d8f773d891a10 (patch)
tree1561c0a1d550078c21a22d8105c1b6c19b2d07f8 /gcc/cse.c
parent3c71940fafbcebf9091b7131f0cb2eec428c75e6 (diff)
downloadgcc-5e7b4e2509342037f6fa2270a88d8f773d891a10.zip
gcc-5e7b4e2509342037f6fa2270a88d8f773d891a10.tar.gz
gcc-5e7b4e2509342037f6fa2270a88d8f773d891a10.tar.bz2
Fix copyrights.
From-SVN: r32173
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index b162c5e..9611421 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -1,5 +1,6 @@
/* Common subexpression elimination for GNU compiler.
- Copyright (C) 1987, 88, 89, 92-99, 2000 Free Software Foundation, Inc.
+ Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998
+ 1999, 2000 Free Software Foundation, Inc.
This file is part of GNU CC.