[COMMITTED] Fix an incorrect file header comment for the core2 scheduling model
Checks
Commit Message
From: Andi Kleen <ak@gcc.gnu.org>
Committed as obvious.
gcc/ChangeLog:
* config/i386/x86-tune-sched-core.cc: Fix incorrect comment.
---
gcc/config/i386/x86-tune-sched-core.cc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
@@ -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.