]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Fix an incorrect file header comment for the core2 scheduling model
authorAndi Kleen <ak@gcc.gnu.org>
Thu, 16 Jan 2025 03:07:44 +0000 (19:07 -0800)
committerAndi Kleen <ak@gcc.gnu.org>
Thu, 16 Jan 2025 03:07:44 +0000 (19:07 -0800)
Committed as obvious.

gcc/ChangeLog:

* config/i386/x86-tune-sched-core.cc: Fix incorrect comment.

gcc/config/i386/x86-tune-sched-core.cc

index 4065a38e5d3998313b33e34b9b6299635ddc8138..5d41afafde72203a22c53d01ab090b3a34044e77 100644 (file)
@@ -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.