aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-27 14:50:47 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-27 14:50:47 +0000
commit88462c42d2d07ead08289c202e400ebca0868898 (patch)
tree1b16c2f7b41f53373515fc586a26fbe4fe7a1e5e /gcc/profile.c
parenta8ea738974ebd276d6a9e5700618bd1229189c0f (diff)
downloadgcc-88462c42d2d07ead08289c202e400ebca0868898.zip
gcc-88462c42d2d07ead08289c202e400ebca0868898.tar.gz
gcc-88462c42d2d07ead08289c202e400ebca0868898.tar.bz2
bb-reorder.c, [...]: Update copyright.
gcc/ * bb-reorder.c, cfgbuild.c, diagnostic.c, explow.c, profile.c, ra-build.c, read-rtl.c, tracer.c, unwind-dw2-fde-glibc.c, value-prof.c, config/darwin-protos.h, config/frv/frv-abi.h, config/i386/pmmintrin.h, config/pa/pa-hpux.h: Update copyright. gcc/java/ * java/parse.h: Update copyright. From-SVN: r78566
Diffstat (limited to 'gcc/profile.c')
-rw-r--r--gcc/profile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/profile.c b/gcc/profile.c
index 238a2e2..7095d1b 100644
--- a/gcc/profile.c
+++ b/gcc/profile.c
@@ -1,6 +1,6 @@
/* Calculate branch probabilities, and basic block execution counts.
Copyright (C) 1990, 1991, 1992, 1993, 1994, 1996, 1997, 1998, 1999,
- 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+ 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
Contributed by James E. Wilson, UC Berkeley/Cygnus Support;
based on some ideas from Dain Samples of UC Berkeley.
Further mangling by Bob Manson, Cygnus Support.