https://gcc.gnu.org/g:efd00e3a48b63bc7d3f3f7a2e5a6be520d05036b

commit r15-6934-gefd00e3a48b63bc7d3f3f7a2e5a6be520d05036b
Author: Andi Kleen <a...@gcc.gnu.org>
Date:   Wed Jan 15 19:07:44 2025 -0800

    Fix an incorrect file header comment for the core2 scheduling model
    
    Committed as obvious.
    
    gcc/ChangeLog:
    
            * config/i386/x86-tune-sched-core.cc: Fix incorrect comment.

Diff:
---
 gcc/config/i386/x86-tune-sched-core.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/config/i386/x86-tune-sched-core.cc 
b/gcc/config/i386/x86-tune-sched-core.cc
index 4065a38e5d39..5d41afafde72 100644
--- a/gcc/config/i386/x86-tune-sched-core.cc
+++ b/gcc/config/i386/x86-tune-sched-core.cc
@@ -1,4 +1,4 @@
-/* Scheduler hooks for IA-32 which implement bdver1-4 specific logic.
+/* Scheduler hooks for IA-32 which implement Core 2 specific logic.
    Copyright (C) 1988-2025 Free Software Foundation, Inc.
 
 This file is part of GCC.

Reply via email to