aboutsummaryrefslogtreecommitdiff
path: root/gcc/haifa-sched.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-02-10 18:59:07 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-02-10 18:59:07 +0000
commitc486021de8b230d9b45ec1c6d70f7b149dbda2cb (patch)
treed02ba44af7639dc781f92659444d843e889a0a5f /gcc/haifa-sched.c
parent33d6a74c6464d6672b059e0353d7f5005273ab37 (diff)
downloadgcc-c486021de8b230d9b45ec1c6d70f7b149dbda2cb.zip
gcc-c486021de8b230d9b45ec1c6d70f7b149dbda2cb.tar.gz
gcc-c486021de8b230d9b45ec1c6d70f7b149dbda2cb.tar.bz2
builtins.def, [...]: Update copyright.
* builtins.def, haifa-sched.c, libgcc2.c, libgcc2.h, tree-ssa-loop-ivcanon.c, tree-ssa-loop-niter.c, config/cris/cris-protos.h, config/cris/cris.c: Update copyright. From-SVN: r94840
Diffstat (limited to 'gcc/haifa-sched.c')
-rw-r--r--gcc/haifa-sched.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/haifa-sched.c b/gcc/haifa-sched.c
index f7d2a85..6a2ac54 100644
--- a/gcc/haifa-sched.c
+++ b/gcc/haifa-sched.c
@@ -1,6 +1,6 @@
/* Instruction scheduling pass.
Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998,
- 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
Contributed by Michael Tiemann (tiemann@cygnus.com) Enhanced by,
and currently maintained by, Jim Wilson (wilson@cygnus.com)