diff options
author | Finn Hakansson <finn@axis.com> | 1999-09-02 06:47:15 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1999-09-02 00:47:15 -0600 |
commit | 6d649d2678b1f6dd4d9e11b0b6e549171b90d425 (patch) | |
tree | 62afefd4bab9620372915f95e5cbfbde897c66ee /gcc/reorg.c | |
parent | 6b7ef0e0be2e829202228599757ba97ad9187ff7 (diff) | |
download | gcc-6d649d2678b1f6dd4d9e11b0b6e549171b90d425.zip gcc-6d649d2678b1f6dd4d9e11b0b6e549171b90d425.tar.gz gcc-6d649d2678b1f6dd4d9e11b0b6e549171b90d425.tar.bz2 |
combine.c (simplify_shift_const): Remove extra semicolon.
* combine.c (simplify_shift_const): Remove extra semicolon.
* dwarf2out.c (remove_AT): Likewise.
* expmed.c (expand_mult): Likewise.
* gcov.c (create_program_flow_graph): Likewise.
* reorg.c (mostly_true_jump): Likewise.
From-SVN: r29050
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 4320335..2db04a1 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 |