summaryrefslogtreecommitdiff
path: root/gcc/cfganal.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-07 14:14:54 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-07 14:14:54 +0000
commit0ea5865c17469625fcd91d2dcecf5dec6fe4ce10 (patch)
treed7967a0ae7458ae0c3373dcd1f2290a35cefdf25 /gcc/cfganal.c
parentfb0840fc1ef17181582c3ca7ac96115d45eddfae (diff)
downloadgcc-0ea5865c17469625fcd91d2dcecf5dec6fe4ce10.tar.gz
c-ppoutput.c, [...]: Update copyright.
gcc/ * c-ppoutput.c, cfganal.c, diagnostic.h, print-rtl.c, config/darwin.c, config/darwin.h, config/ia64/ia64-c.c, config/m32r/linux.h, config/rs6000/ppc64-fp.c, config/sparc/openbsd.h, doc/makefile.texi, doc/passes.texi: Update copyright. cp/ * rtti.c: Update copyright. From-SVN: r77449
Diffstat (limited to 'gcc/cfganal.c')
-rw-r--r--gcc/cfganal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/cfganal.c b/gcc/cfganal.c
index aa3965cac07..00771b47703 100644
--- a/gcc/cfganal.c
+++ b/gcc/cfganal.c
@@ -1,6 +1,6 @@
/* Control flow graph analysis code for GNU compiler.
Copyright (C) 1987, 1988, 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2003 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2003, 2004 Free Software Foundation, Inc.
This file is part of GCC.