diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-02-15 15:53:52 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-02-15 15:53:52 +0000 |
commit | 6a6305e4a19e49f1eda41b88d6d3d8239f166566 (patch) | |
tree | b070c8d7234ed5b41c20f0853fe06310805e0be5 /gcc/value-prof.c | |
parent | ab71324aa4f52fb6633a36a074ac76e3f728bdc6 (diff) | |
download | gcc-6a6305e4a19e49f1eda41b88d6d3d8239f166566.zip gcc-6a6305e4a19e49f1eda41b88d6d3d8239f166566.tar.gz gcc-6a6305e4a19e49f1eda41b88d6d3d8239f166566.tar.bz2 |
bitmap.c, [...]: Update copyright.
* bitmap.c, bitmap.h, lambda-code.c, tree-dfa.c, tree-dump.c,
tree-dump.h, tree-ssa-loop-manip.c, value-prof.c,
config/mips/mips.md, config/rs6000/aix.h,
config/rs6000/beos.h, config/rs6000/sysv4.h: Update copyright.
From-SVN: r95064
Diffstat (limited to 'gcc/value-prof.c')
-rw-r--r-- | gcc/value-prof.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/value-prof.c b/gcc/value-prof.c index e5e4320..7c1f7e1 100644 --- a/gcc/value-prof.c +++ b/gcc/value-prof.c @@ -1,5 +1,5 @@ /* Transformations based on profile information for values. - Copyright (C) 2003, 2004 Free Software Foundation, Inc. + Copyright (C) 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. |