diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-05 14:01:02 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-05 14:01:02 +0000 |
commit | 25f99665afbb1321579bfe19f1219ad65c9dced4 (patch) | |
tree | af785a9613a7e2df5f98e29670811e24f074500b /gcc/jump.c | |
parent | 52c3e649f639aee4dd469b41a32c9a1134eb81f1 (diff) | |
download | gcc-25f99665afbb1321579bfe19f1219ad65c9dced4.zip gcc-25f99665afbb1321579bfe19f1219ad65c9dced4.tar.gz gcc-25f99665afbb1321579bfe19f1219ad65c9dced4.tar.bz2 |
genattrtab.c, [...]: Update copyright.
* genattrtab.c, genemit.c, genoutput.c, genrecog.c,
gensupport.c, jump.c, tree-phinodes.c, unwind-dw2-fde-glibc.c:
Update copyright.
From-SVN: r95931
Diffstat (limited to 'gcc/jump.c')
-rw-r--r-- | gcc/jump.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,6 +1,7 @@ /* Optimize jump instructions, for GNU compiler. Copyright (C) 1987, 1988, 1989, 1991, 1992, 1993, 1994, 1995, 1996, 1997 - 1998, 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 + Free Software Foundation, Inc. This file is part of GCC. |