diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-03-29 22:15:53 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-03-29 22:15:53 +0000 |
commit | 5f99662735ed399745e157dd7fe0632e9386a430 (patch) | |
tree | fc92e4f2847b08e863fac0bea07f7e354b69f0da /gcc/tree-profile.c | |
parent | 2f1de1872a9313b5490ff68151d2467e9bc1237e (diff) | |
download | gcc-5f99662735ed399745e157dd7fe0632e9386a430.zip gcc-5f99662735ed399745e157dd7fe0632e9386a430.tar.gz gcc-5f99662735ed399745e157dd7fe0632e9386a430.tar.bz2 |
builtin-types.def, [...]: Update copyright.
* builtin-types.def, c-convert.c, c-format.c, ddg.c, debug.c,
debug.h, et-forest.c, et-forest.h, gcov.c, rtl-profile.c,
rtlhooks-def.h, rtlhooks.c, sdbout.c, tree-inline.h,
tree-profile.c, tsystem.h, value-prof.h: Update copyright.
From-SVN: r97209
Diffstat (limited to 'gcc/tree-profile.c')
-rw-r--r-- | gcc/tree-profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-profile.c b/gcc/tree-profile.c index 4f6b792c..b588f2d 100644 --- a/gcc/tree-profile.c +++ b/gcc/tree-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, 2004 Free Software Foundation, Inc. + 2000, 2001, 2002, 2003, 2004, 2005 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. |