diff options
author | Jakub Jelinek <jakub@gcc.gnu.org> | 2009-01-09 14:41:42 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2009-01-09 14:41:42 +0100 |
commit | 060481a03129c7d0e5dbf512a1cab33b7def543f (patch) | |
tree | 9b3c2bc484d5cfee2d9818f15dabd652e55d9e0f /gcc/fold-const.c | |
parent | 4017e262b6c5c8dfbb225f3599bf5c08990e022f (diff) | |
download | gcc-060481a03129c7d0e5dbf512a1cab33b7def543f.zip gcc-060481a03129c7d0e5dbf512a1cab33b7def543f.tar.gz gcc-060481a03129c7d0e5dbf512a1cab33b7def543f.tar.bz2 |
Update Copyright year.
From-SVN: r143203
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 820ca5a..32863e6 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -1,6 +1,6 @@ /* Fold a constant sub-tree into a single node for C-compiler Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, - 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 + 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software Foundation, Inc. This file is part of GCC. |