aboutsummaryrefslogtreecommitdiff
path: root/gcc/ree.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ree.cc')
-rw-r--r--gcc/ree.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ree.cc b/gcc/ree.cc
index da64ef6..98bd80e 100644
--- a/gcc/ree.cc
+++ b/gcc/ree.cc
@@ -1,5 +1,5 @@
/* Redundant Extension Elimination pass for the GNU compiler.
- Copyright (C) 2010-2022 Free Software Foundation, Inc.
+ Copyright (C) 2010-2023 Free Software Foundation, Inc.
Contributed by Ilya Enkovich (ilya.enkovich@intel.com)
Based on the Redundant Zero-extension elimination pass contributed by