aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-ssa-loop-niter.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/tree-ssa-loop-niter.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/tree-ssa-loop-niter.c')
-rw-r--r--gcc/tree-ssa-loop-niter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-niter.c b/gcc/tree-ssa-loop-niter.c
index dbbc52d..21bfce8 100644
--- a/gcc/tree-ssa-loop-niter.c
+++ b/gcc/tree-ssa-loop-niter.c
@@ -1,5 +1,5 @@
/* Functions to determine/estimate number of iterations of a loop.
- Copyright (C) 2004 Free Software Foundation, Inc.
+ Copyright (C) 2004, 2005 Free Software Foundation, Inc.
This file is part of GCC.