diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-02-07 15:53:36 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-02-07 15:53:36 +0000 |
commit | 17385e0d3b42d32671fed15cf3c79ac4f231c4f7 (patch) | |
tree | 5e1bd513501cbb2f3523fb88847d50cc4f3ccaa4 /gcc/cfgcleanup.c | |
parent | 6a96f5c111327ebb22e3c6bff923f8c1b2e175f1 (diff) | |
download | gcc-17385e0d3b42d32671fed15cf3c79ac4f231c4f7.zip gcc-17385e0d3b42d32671fed15cf3c79ac4f231c4f7.tar.gz gcc-17385e0d3b42d32671fed15cf3c79ac4f231c4f7.tar.bz2 |
cfgcleanup.c, [...]: Update copyright.
* cfgcleanup.c, df.h, diagnostic.c, rtl.c, tree-vectorizer.h,
config/darwin7.h, config/mips/mips.c,
config/rs6000/altivec.md, config/rs6000/darwin-tramp.asm:
Update copyright.
From-SVN: r94704
Diffstat (limited to 'gcc/cfgcleanup.c')
-rw-r--r-- | gcc/cfgcleanup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfgcleanup.c b/gcc/cfgcleanup.c index 3d04a55..bbe6807 100644 --- a/gcc/cfgcleanup.c +++ b/gcc/cfgcleanup.c @@ -1,6 +1,6 @@ /* Control flow optimization code for GNU compiler. Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. + 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. |