]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/reorg.c
* read-rtl.c (parse_reg_note_name): Replace Yoda conditions with
[thirdparty/gcc.git] / gcc / reorg.c
index 77f3fe7cf43066ed1572e154dac10fdfd8aeec02..96778addce52e3527fc6892983bb30907bbcbd0c 100644 (file)
@@ -3205,7 +3205,7 @@ relax_delay_slots (rtx_insn *first)
          && (other = prev_active_insn (insn)) != 0
          && any_condjump_p (other)
          && no_labels_between_p (other, insn)
-         && 0 > mostly_true_jump (other))
+         && mostly_true_jump (other) < 0)
        {
          rtx other_target = JUMP_LABEL (other);
          target_label = JUMP_LABEL (insn);