diff options
Diffstat (limited to 'gcc/tree-ssa-loop-unswitch.c')
-rw-r--r-- | gcc/tree-ssa-loop-unswitch.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/tree-ssa-loop-unswitch.c b/gcc/tree-ssa-loop-unswitch.c index b24f3d74dce..349e5a74499 100644 --- a/gcc/tree-ssa-loop-unswitch.c +++ b/gcc/tree-ssa-loop-unswitch.c @@ -1,5 +1,6 @@ /* Loop unswitching. - Copyright (C) 2004, 2005, 2007, 2008, 2010 Free Software Foundation, Inc. + Copyright (C) 2004, 2005, 2007, 2008, 2010, 2012 + Free Software Foundation, Inc. This file is part of GCC. |