diff options
author | Robert Lipe <robertl@gcc.gnu.org> | 1998-02-13 05:40:34 +0000 |
---|---|---|
committer | Robert Lipe <robertl@gcc.gnu.org> | 1998-02-13 05:40:34 +0000 |
commit | 2e6a59892bbc3510e96554228464aee4f83dd077 (patch) | |
tree | 95cfb613da67e4071dd9e2ab1d1398244d85a9e2 /gcc/sched.c | |
parent | 69d4ca36f4ee168bb08c7c9c2a5878514661889e (diff) | |
download | gcc-2e6a59892bbc3510e96554228464aee4f83dd077.zip gcc-2e6a59892bbc3510e96554228464aee4f83dd077.tar.gz gcc-2e6a59892bbc3510e96554228464aee4f83dd077.tar.bz2 |
Rats. Forgot to change copyrights on the first commit.
From-SVN: r17902
Diffstat (limited to 'gcc/sched.c')
-rw-r--r-- | gcc/sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/sched.c b/gcc/sched.c index 5243961..b95241b 100644 --- a/gcc/sched.c +++ b/gcc/sched.c @@ -1,5 +1,5 @@ /* Instruction scheduling pass. - Copyright (C) 1992, 93-96, 1997 Free Software Foundation, Inc. + Copyright (C) 1992, 93-97, 1998 Free Software Foundation, Inc. Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by, and currently maintained by, Jim Wilson (wilson@cygnus.com) |