summaryrefslogtreecommitdiff
path: root/gcc/domwalk.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@gcc.gnu.org>2011-01-03 21:52:22 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2011-01-03 21:52:22 +0100
commitd652f226fca1e942b7851d1205f8a6a472d9e0a0 (patch)
tree3c1893018c4982715ae7a36867682b0529e61ec6 /gcc/domwalk.c
parent4c81ff2682282ce3f33fa918b7f01608f9937553 (diff)
Update Copyright years for files modified in 2010.
From-SVN: r168438
Diffstat (limited to 'gcc/domwalk.c')
-rw-r--r--gcc/domwalk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/domwalk.c b/gcc/domwalk.c
index 89d2e469eed..5f99436c26b 100644
--- a/gcc/domwalk.c
+++ b/gcc/domwalk.c
@@ -1,5 +1,5 @@
/* Generic dominator tree walker
- Copyright (C) 2003, 2004, 2005, 2007, 2008 Free Software Foundation,
+ Copyright (C) 2003, 2004, 2005, 2007, 2008, 2010 Free Software Foundation,
Inc.
Contributed by Diego Novillo <dnovillo@redhat.com>