aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2011-01-02 18:23:22 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2011-01-02 18:23:22 +0100
commit4c0c3228826735eb08640cea09f6529b2834b67e (patch)
tree1c23624e9c6c8db37fe7ac0cde7e5459c599f151 /gcc
parent4e9962966450ca52855f92972d87c170137247bb (diff)
downloadgcc-4c0c3228826735eb08640cea09f6529b2834b67e.zip
gcc-4c0c3228826735eb08640cea09f6529b2834b67e.tar.gz
gcc-4c0c3228826735eb08640cea09f6529b2834b67e.tar.bz2
Bump Copyright years.
From-SVN: r168403
Diffstat (limited to 'gcc')
-rw-r--r--gcc/cfgexpand.c2
-rw-r--r--gcc/tree-ssa-ccp.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/cfgexpand.c b/gcc/cfgexpand.c
index 13c63be..81e988b 100644
--- a/gcc/cfgexpand.c
+++ b/gcc/cfgexpand.c
@@ -1,5 +1,5 @@
/* A pass for lowering trees to RTL.
- Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010
+ Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011
Free Software Foundation, Inc.
This file is part of GCC.
diff --git a/gcc/tree-ssa-ccp.c b/gcc/tree-ssa-ccp.c
index 371620e..29aa55c 100644
--- a/gcc/tree-ssa-ccp.c
+++ b/gcc/tree-ssa-ccp.c
@@ -1,6 +1,6 @@
/* Conditional constant propagation pass for the GNU compiler.
Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009,
- 2010 Free Software Foundation, Inc.
+ 2010, 2011 Free Software Foundation, Inc.
Adapted from original RTL SSA-CCP by Daniel Berlin <dberlin@dberlin.org>
Adapted to GIMPLE trees by Diego Novillo <dnovillo@redhat.com>