diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2005-02-17 22:41:35 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2005-02-17 22:41:35 +0000 |
commit | c8d3e15a95f73a50e02c226b52bd9e9c5060120e (patch) | |
tree | 0da800c05ef6337d92fc84372c9d418695614843 /gcc/global.c | |
parent | 9b396d7ccef4c96f577b6b97ed3604527cfb9181 (diff) | |
download | gcc-c8d3e15a95f73a50e02c226b52bd9e9c5060120e.zip gcc-c8d3e15a95f73a50e02c226b52bd9e9c5060120e.tar.gz gcc-c8d3e15a95f73a50e02c226b52bd9e9c5060120e.tar.bz2 |
bt-load.c, [...]: Update copyright.
* bt-load.c, cfgloop.c, convert.c, dominance.c, global.c,
loop-invariant.c, stmt.c, tree-ssa-forwprop.c,
tree-ssa-live.c, tree-ssanames.c, tree-vn.c,
config/host-linux.c, config/arm/fpa.md, config/avr/avr.h:
Update copyright.
From-SVN: r95202
Diffstat (limited to 'gcc/global.c')
-rw-r--r-- | gcc/global.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/global.c b/gcc/global.c index c94e2ad..edf9742 100644 --- a/gcc/global.c +++ b/gcc/global.c @@ -1,6 +1,6 @@ /* Allocate registers for pseudo-registers that span basic blocks. Copyright (C) 1987, 1988, 1991, 1994, 1996, 1997, 1998, - 1999, 2000, 2002, 2003, 2004 Free Software Foundation, Inc. + 1999, 2000, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. |