aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-outof-ssa.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2013-01-04 12:49:55 +0000
committerJakub Jelinek <jakub@redhat.com>2013-01-04 12:49:55 +0000
commit54160a4a388bc1188d6eecec511ab00b5ec0ef5e (patch)
treebb55f5b72dfc557698b74a9e740269cce291d1d5 /gcc/tree-outof-ssa.c
parent1475c07a136038e58be01dbc7f95abf17e76554d (diff)
Update Copyright years for files modified in 2011 and/or 2012.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@194903 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree-outof-ssa.c')
-rw-r--r--gcc/tree-outof-ssa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/tree-outof-ssa.c b/gcc/tree-outof-ssa.c
index 5119b1d6fcf..b0f25141986 100644
--- a/gcc/tree-outof-ssa.c
+++ b/gcc/tree-outof-ssa.c
@@ -1,5 +1,5 @@
/* Convert a program in SSA form into Normal form.
- Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
+ Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
Free Software Foundation, Inc.
Contributed by Andrew Macleod <amacleod@redhat.com>