diff options
Diffstat (limited to 'gcc/caller-save.c')
-rw-r--r-- | gcc/caller-save.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/caller-save.c b/gcc/caller-save.c index 8d46047d5f8..0c840c3080b 100644 --- a/gcc/caller-save.c +++ b/gcc/caller-save.c @@ -1,6 +1,7 @@ /* Save and restore call-clobbered registers which are live across a call. Copyright (C) 1989, 1992, 1994, 1995, 1997, 1998, 1999, 2000, - 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. + 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 + Free Software Foundation, Inc. This file is part of GCC. |