]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/bpf/bpf-passes.def
Update copyright years.
[thirdparty/gcc.git] / gcc / config / bpf / bpf-passes.def
index 3e9616594110eaad362332eae450673d8af42c11..718c643e4972009c90e45601a069aae1b842cbac 100644 (file)
@@ -1,5 +1,5 @@
 /* Declaration of target-specific passes for eBPF.
-   Copyright (C) 2021 Free Software Foundation, Inc.
+   Copyright (C) 2023-2024 Free Software Foundation, Inc.
 
    This file is part of GCC.
 
@@ -17,4 +17,4 @@
    along with GCC; see the file COPYING3.  If not see
    <http://www.gnu.org/licenses/>.  */
 
-INSERT_PASS_AFTER (pass_df_initialize_opt, 1, pass_bpf_core_attr);
+INSERT_PASS_BEFORE (pass_lower_omp, 1, pass_lower_bpf_core);