public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/meissner/heads/work162)] Fix thinko
@ 2024-03-08  3:26 Michael Meissner
  0 siblings, 0 replies; only message in thread
From: Michael Meissner @ 2024-03-08  3:26 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:1153585d8cc18cdc945cd8c92041a1d3aee0186a

commit 1153585d8cc18cdc945cd8c92041a1d3aee0186a
Author: Michael Meissner <meissner@linux.ibm.com>
Date:   Thu Mar 7 22:25:17 2024 -0500

    Fix thinko
    
    2024-03-07  Michael Meissner  <meissner@linux.ibm.com>
    
            * config/rs6000/rs6000.cc (rs6000_sched_reorder2): Fix thinko.

Diff:
---
 gcc/config/rs6000/rs6000.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/config/rs6000/rs6000.cc b/gcc/config/rs6000/rs6000.cc
index c980d94d84a..5380dce7a07 100644
--- a/gcc/config/rs6000/rs6000.cc
+++ b/gcc/config/rs6000/rs6000.cc
@@ -19598,6 +19598,7 @@ rs6000_sched_reorder2 (FILE *dump, int sched_verbose, rtx_insn **ready,
   if (last_scheduled_insn
       && (rs6000_tune == PROCESSOR_POWER10
 	  || rs6000_tune == PROCESSOR_POWER11))
+    return power10_sched_reorder (ready, *pn_ready - 1);
 
   return cached_can_issue_more;
 }

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2024-03-08  3:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-08  3:26 [gcc(refs/users/meissner/heads/work162)] Fix thinko Michael Meissner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).