]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/tree-sra.cc
Update copyright years.
[thirdparty/gcc.git] / gcc / tree-sra.cc
index 6cbeddfc548b7e7efa58f671e649c2bdc9357c3e..f0182a454856be0566fddd132de391c047cd8331 100644 (file)
@@ -1,7 +1,7 @@
 /* Scalar Replacement of Aggregates (SRA) converts some structure
    references into scalar references, exposing them to the scalar
    optimizers.
-   Copyright (C) 2008-2022 Free Software Foundation, Inc.
+   Copyright (C) 2008-2023 Free Software Foundation, Inc.
    Contributed by Martin Jambor <mjambor@suse.cz>
 
 This file is part of GCC.