diff options
author | Alexandre Oliva <aoliva@gcc.gnu.org> | 2010-01-09 14:46:25 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@gcc.gnu.org> | 2010-01-09 14:46:25 +0000 |
commit | 7c0281633fd3af8f287b51f89906ce3d528216d1 (patch) | |
tree | 6f71f11372bda983b159e8d70b88ae0184a434f9 /gcc/df.h | |
parent | 994ae26cb557ee48ab34a1b88b2c9cf036b3c276 (diff) | |
download | gcc-7c0281633fd3af8f287b51f89906ce3d528216d1.zip gcc-7c0281633fd3af8f287b51f89906ce3d528216d1.tar.gz gcc-7c0281633fd3af8f287b51f89906ce3d528216d1.tar.bz2 |
Update copyright notices of my recent commits.
From-SVN: r155766
Diffstat (limited to 'gcc/df.h')
-rw-r--r-- | gcc/df.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ /* Form lists of pseudo register references for autoinc optimization for GNU compiler. This is part of flow optimization. - Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, 2009 - Free Software Foundation, Inc. + Copyright (C) 1999, 2000, 2001, 2003, 2004, 2005, 2006, 2007, 2008, + 2009, 2010 Free Software Foundation, Inc. Originally contributed by Michael P. Hayes (m.hayes@elec.canterbury.ac.nz, mhayes@redhat.com) Major rewrite contributed by Danny Berlin (dberlin@dberlin.org) |