diff options
author | Richard Sandiford <rsandifo@gcc.gnu.org> | 2002-03-07 13:38:22 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2002-03-07 13:38:22 +0000 |
commit | a9a437be8dc325ab24c33c3e2ebec3115b3ee53d (patch) | |
tree | d2fa0539f1ff7e6e3a7a002cdd09dd84a22d8562 /gcc/simplify-rtx.c | |
parent | e106e1b07eb762fe60b0e10b6c83b5934ed95bb2 (diff) | |
download | gcc-a9a437be8dc325ab24c33c3e2ebec3115b3ee53d.zip gcc-a9a437be8dc325ab24c33c3e2ebec3115b3ee53d.tar.gz gcc-a9a437be8dc325ab24c33c3e2ebec3115b3ee53d.tar.bz2 |
Add 2002 to the copyright dates.
From-SVN: r50404
Diffstat (limited to 'gcc/simplify-rtx.c')
-rw-r--r-- | gcc/simplify-rtx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/simplify-rtx.c b/gcc/simplify-rtx.c index 88ca32b..5fba25c 100644 --- a/gcc/simplify-rtx.c +++ b/gcc/simplify-rtx.c @@ -1,6 +1,6 @@ /* RTL simplification functions for GNU compiler. Copyright (C) 1987, 1988, 1989, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002 Free Software Foundation, Inc. This file is part of GCC. |