]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/sel-sched.c
* read-rtl.c (parse_reg_note_name): Replace Yoda conditions with
[thirdparty/gcc.git] / gcc / sel-sched.c
index b6a4b7be8858316b1ac5472804aa613e1e6c16f5..c1be013655158b27bf80ca2cb92023913a2a66d9 100644 (file)
@@ -672,7 +672,7 @@ extract_new_fences_from (flist_t old_fences, flist_tail_t new_fences,
     {
       int seqno = INSN_SEQNO (succ);
 
-      if (0 < seqno && seqno <= orig_max_seqno
+      if (seqno > 0 && seqno <= orig_max_seqno
           && (pipelining_p || INSN_SCHED_TIMES (succ) <= 0))
         {
           bool b = (in_same_ebb_p (insn, succ)