diff options
Diffstat (limited to 'gcc/rtl-ssa')
-rw-r--r-- | gcc/rtl-ssa/access-utils.h | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/accesses.cc | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/accesses.h | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/blocks.cc | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/blocks.h | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/change-utils.h | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/changes.cc | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/changes.h | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/functions.cc | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/functions.h | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/insn-utils.h | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/insns.cc | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/insns.h | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/internals.h | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/internals.inl | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/is-a.inl | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/member-fns.inl | 2 | ||||
-rw-r--r-- | gcc/rtl-ssa/movement.h | 2 |
18 files changed, 18 insertions, 18 deletions
diff --git a/gcc/rtl-ssa/access-utils.h b/gcc/rtl-ssa/access-utils.h index d23cab7..fbaaaa2 100644 --- a/gcc/rtl-ssa/access-utils.h +++ b/gcc/rtl-ssa/access-utils.h @@ -1,5 +1,5 @@ // Access-related utilities for RTL SSA -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/accesses.cc b/gcc/rtl-ssa/accesses.cc index dcf2335..03b9a47 100644 --- a/gcc/rtl-ssa/accesses.cc +++ b/gcc/rtl-ssa/accesses.cc @@ -1,5 +1,5 @@ // Implementation of access-related functions for RTL SSA -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/accesses.h b/gcc/rtl-ssa/accesses.h index 85c8b2c..c5180b9 100644 --- a/gcc/rtl-ssa/accesses.h +++ b/gcc/rtl-ssa/accesses.h @@ -1,5 +1,5 @@ // Access-related classes for RTL SSA -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/blocks.cc b/gcc/rtl-ssa/blocks.cc index 6b03dd0..1f9969d 100644 --- a/gcc/rtl-ssa/blocks.cc +++ b/gcc/rtl-ssa/blocks.cc @@ -1,5 +1,5 @@ // Implementation of basic-block-related functions for RTL SSA -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/blocks.h b/gcc/rtl-ssa/blocks.h index 9cb0f52..4db9280 100644 --- a/gcc/rtl-ssa/blocks.h +++ b/gcc/rtl-ssa/blocks.h @@ -1,5 +1,5 @@ // Basic-block-related classes for RTL SSA -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/change-utils.h b/gcc/rtl-ssa/change-utils.h index f5f3d8ab..498baca 100644 --- a/gcc/rtl-ssa/change-utils.h +++ b/gcc/rtl-ssa/change-utils.h @@ -1,5 +1,5 @@ // RTL SSA utility functions for changing instructions -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/changes.cc b/gcc/rtl-ssa/changes.cc index 298358e..c48ddd2 100644 --- a/gcc/rtl-ssa/changes.cc +++ b/gcc/rtl-ssa/changes.cc @@ -1,5 +1,5 @@ // RTL SSA routines for changing instructions -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/changes.h b/gcc/rtl-ssa/changes.h index 613dd5b..d56e3a6 100644 --- a/gcc/rtl-ssa/changes.h +++ b/gcc/rtl-ssa/changes.h @@ -1,5 +1,5 @@ // RTL SSA classes related to changing instructions -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/functions.cc b/gcc/rtl-ssa/functions.cc index a6156e3..c35d25d 100644 --- a/gcc/rtl-ssa/functions.cc +++ b/gcc/rtl-ssa/functions.cc @@ -1,5 +1,5 @@ // Implementation of function-related RTL SSA functions -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/functions.h b/gcc/rtl-ssa/functions.h index d97cb8d..8b53b26 100644 --- a/gcc/rtl-ssa/functions.h +++ b/gcc/rtl-ssa/functions.h @@ -1,5 +1,5 @@ // Function-related RTL SSA classes -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/insn-utils.h b/gcc/rtl-ssa/insn-utils.h index 210e77b..c4bb986 100644 --- a/gcc/rtl-ssa/insn-utils.h +++ b/gcc/rtl-ssa/insn-utils.h @@ -1,5 +1,5 @@ // Instruction-related utilities for RTL SSA -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/insns.cc b/gcc/rtl-ssa/insns.cc index 3604158..a0c2fec 100644 --- a/gcc/rtl-ssa/insns.cc +++ b/gcc/rtl-ssa/insns.cc @@ -1,5 +1,5 @@ // Implementation of instruction-related RTL SSA functions -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/insns.h b/gcc/rtl-ssa/insns.h index f721597..ffaf22d 100644 --- a/gcc/rtl-ssa/insns.h +++ b/gcc/rtl-ssa/insns.h @@ -1,5 +1,5 @@ // Instruction-related RTL SSA classes -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/internals.h b/gcc/rtl-ssa/internals.h index 6030155..6ed9577 100644 --- a/gcc/rtl-ssa/internals.h +++ b/gcc/rtl-ssa/internals.h @@ -1,5 +1,5 @@ // Definition of private classes for RTL SSA -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/internals.inl b/gcc/rtl-ssa/internals.inl index b36a7f4..16e92e8 100644 --- a/gcc/rtl-ssa/internals.inl +++ b/gcc/rtl-ssa/internals.inl @@ -1,5 +1,5 @@ // Implementation of private inline member functions for RTL SSA -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/is-a.inl b/gcc/rtl-ssa/is-a.inl index b6c6609..1b57ce6 100644 --- a/gcc/rtl-ssa/is-a.inl +++ b/gcc/rtl-ssa/is-a.inl @@ -1,5 +1,5 @@ // is_a<> support for RTL SSA classes -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/member-fns.inl b/gcc/rtl-ssa/member-fns.inl index 25a8750..c127fab 100644 --- a/gcc/rtl-ssa/member-fns.inl +++ b/gcc/rtl-ssa/member-fns.inl @@ -1,5 +1,5 @@ // Implementation of public inline member functions for RTL SSA -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // diff --git a/gcc/rtl-ssa/movement.h b/gcc/rtl-ssa/movement.h index 98a0ac3..d9945f4 100644 --- a/gcc/rtl-ssa/movement.h +++ b/gcc/rtl-ssa/movement.h @@ -1,5 +1,5 @@ // RTL SSA utilities relating to instruction movement -*- C++ -*- -// Copyright (C) 2020-2022 Free Software Foundation, Inc. +// Copyright (C) 2020-2023 Free Software Foundation, Inc. // // This file is part of GCC. // |