aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/epiphany/resolve-sw-modes.c
diff options
context:
space:
mode:
authorJoern Rennecke <amylaar@gcc.gnu.org>2012-11-29 18:05:53 +0000
committerJoern Rennecke <amylaar@gcc.gnu.org>2012-11-29 18:05:53 +0000
commit53750ab003876bae145f36431392e2531e70e7cc (patch)
tree9d21cf94cfb2734a8e16e8745856de23ec795641 /gcc/config/epiphany/resolve-sw-modes.c
parent28131dfe443772ac5e625914cc341f5be9f8bbc7 (diff)
downloadgcc-53750ab003876bae145f36431392e2531e70e7cc.zip
gcc-53750ab003876bae145f36431392e2531e70e7cc.tar.gz
gcc-53750ab003876bae145f36431392e2531e70e7cc.tar.bz2
Update Copyright years in gcc/config/epiphany .
From-SVN: r193944
Diffstat (limited to 'gcc/config/epiphany/resolve-sw-modes.c')
-rw-r--r--gcc/config/epiphany/resolve-sw-modes.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/epiphany/resolve-sw-modes.c b/gcc/config/epiphany/resolve-sw-modes.c
index 9704553..89c4d6d 100644
--- a/gcc/config/epiphany/resolve-sw-modes.c
+++ b/gcc/config/epiphany/resolve-sw-modes.c
@@ -1,5 +1,5 @@
/* Mode switching cleanup pass for the EPIPHANY cpu.
- Copyright (C) 2000, 2011 Free Software Foundation, Inc.
+ Copyright (C) 2000, 2011, 2012 Free Software Foundation, Inc.
Contributed by Embecosm on behalf of Adapteva, Inc.
This file is part of GCC.
@@ -166,7 +166,7 @@ struct rtl_opt_pass pass_resolve_sw_modes =
{
RTL_PASS,
"resolve_sw_modes", /* name */
- OPTGROUP_NONE, /* optinfo_flags */
+ OPTGROUP_NONE, /* optinfo_flags */
gate_resolve_sw_modes, /* gate */
resolve_sw_modes, /* execute */
NULL, /* sub */