diff options
Diffstat (limited to 'gcc/reorg.c')
| -rw-r--r-- | gcc/reorg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c index 43203350efb..2db04a169b2 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -1004,7 +1004,7 @@ mostly_true_jump (jump_insn, condition) return (target_label == 0 || INSN_UID (jump_insn) > max_uid || INSN_UID (target_label) > max_uid || (uid_to_ruid[INSN_UID (jump_insn)] - > uid_to_ruid[INSN_UID (target_label)]));; + > uid_to_ruid[INSN_UID (target_label)])); } /* Return the condition under which INSN will branch to TARGET. If TARGET |

