revert earlier patch to set prev_insn_valid when not reordering

This commit is contained in:
Ian Lance Taylor 1997-02-12 21:36:17 +00:00
parent 05874c2e35
commit c0df26bb95
2 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,7 @@ Wed Feb 12 14:36:29 1997 Ian Lance Taylor <ian@cygnus.com>
symbol.
* config/tc-mips.c (append_insn): Warn about an attempt to put an
extended instruction in a delay slot when not reordering. Set
prev_insn_valid even if not reordering.
extended instruction in a delay slot when not reordering.
(md_convert_frag): Warn if an extended instruction appears in a
delay slot.

View File

@ -1988,7 +1988,6 @@ append_insn (place, ip, address_expr, reloc_type, unmatched_hi)
PC relative relocs. */
prev_insn = *ip;
prev_insn_reloc_type = reloc_type;
prev_insn_valid = 1;
}
/* We just output an insn, so the next one doesn't have a label. */