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/tree-vect-loop-manip.c | |
parent | 994ae26cb557ee48ab34a1b88b2c9cf036b3c276 (diff) | |
download | gcc-7c0281633fd3af8f287b51f89906ce3d528216d1.tar.gz |
Update copyright notices of my recent commits.
From-SVN: r155766
Diffstat (limited to 'gcc/tree-vect-loop-manip.c')
-rw-r--r-- | gcc/tree-vect-loop-manip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-vect-loop-manip.c b/gcc/tree-vect-loop-manip.c index 72b905660be..a0d3ce57cab 100644 --- a/gcc/tree-vect-loop-manip.c +++ b/gcc/tree-vect-loop-manip.c @@ -1,6 +1,6 @@ /* Vectorizer Specific Loop Manipulations - Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009 Free Software - Foundation, Inc. + Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 + Free Software Foundation, Inc. Contributed by Dorit Naishlos <dorit@il.ibm.com> and Ira Rosen <irar@il.ibm.com> |