diff options
author | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 05:45:17 +0000 |
---|---|---|
committer | law <law@138bc75d-0d04-0410-961f-82ee72b054a4> | 2000-02-26 05:45:17 +0000 |
commit | 0b387d23327ce63d1f865a1716b346e590061bcb (patch) | |
tree | 548d015513f7525d40f001a2ca04006e2f77c4cc /gcc/regclass.c | |
parent | c6b3cc3adc8441a0c2f4e4a9f3aefa8e3ea72c2e (diff) | |
download | ppe42-gcc-0b387d23327ce63d1f865a1716b346e590061bcb.tar.gz ppe42-gcc-0b387d23327ce63d1f865a1716b346e590061bcb.zip |
Copyright fixes.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32171 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/regclass.c')
-rw-r--r-- | gcc/regclass.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/regclass.c b/gcc/regclass.c index 8780ec64da0..41d33533566 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.c @@ -1,5 +1,6 @@ /* Compute register class preferences for pseudo-registers. - Copyright (C) 1987, 88, 91-98, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1987, 1988, 1991, 1992, 1993, 1994, 1995, 1996 + 1997, 1998, 1999, 2000 Free Software Foundation, Inc. This file is part of GNU CC. |