final.c (final_scan_insn, [...]): Remove dangling "else" that causes "break" to be conditional.

* final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
	dangling "else" that causes "break" to be conditional.
	Also remove unneeded code at start.

From-SVN: r34082
This commit is contained in:
Richard Kenner 2000-05-22 17:05:15 +00:00 committed by Richard Kenner
parent 37941398e2
commit 2bc9f98c24
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,9 @@
Mon May 22 13:14:03 2000 Richard Kenner <kenner@vlsi1.ultra.nyu.edu>
* final.c (final_scan_insn, case NOTE_INSN_FUNCTION_BEG): Remove
dangling "else" that causes "break" to be conditional.
Also remove unneeded code at start.
Mon May 22 17:31:35 2000 Philippe De Muyter <phdm@macqel.be>
* m68k/m68k.h (STORE_FLAG_VALUE): Macro set to (-1), not -1.

View File

@ -2138,8 +2138,6 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
break;
case NOTE_INSN_FUNCTION_BEG:
if (write_symbols == NO_DEBUG)
break;
#if defined(SDB_DEBUGGING_INFO) && defined(MIPS_DEBUGGING_INFO)
/* MIPS stabs require the parameter descriptions to be after the
function entry point rather than before. */
@ -2148,7 +2146,6 @@ final_scan_insn (insn, file, optimize, prescan, nopeepholes)
app_disable ();
sdbout_begin_function (last_linenum);
}
else
#endif
#ifdef DWARF_DEBUGGING_INFO
/* This outputs a marker where the function body starts, so it