* 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
+Thu Sep 2 00:43:59 1999 Finn Hakansson <finn@axis.com>
+
+ * 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.
+
Thu Sep 2 00:06:43 1999 Jeffrey A Law (law@cygnus.com)
* varasm.c (mark_constant_pool): When marking indirect references,
&& exact_log2 (INTVAL (XEXP (varop, 1))) >= 0)
{
varop = gen_binary (ASHIFT, GET_MODE (varop), XEXP (varop, 0),
- GEN_INT (exact_log2 (INTVAL (XEXP (varop, 1)))));;
+ GEN_INT (exact_log2 (INTVAL (XEXP (varop, 1)))));
continue;
}
break;
register enum dwarf_attribute attr_kind;
{
register dw_attr_ref a;
- register dw_attr_ref removed = NULL;;
+ register dw_attr_ref removed = NULL;
if (die != NULL)
{
break;
default:
- abort ();;
+ abort ();
}
/* Write a REG_EQUAL note on the last insn so that we can cse
for (arcptr = bb_graph[i].succ; arcptr; arcptr = arcptr->succ_next)
if (! arcptr->on_tree)
{
- long tmp_count = 0;;
+ long tmp_count = 0;
if (da_file && __read_long (&tmp_count, da_file, 8))
abort();
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