var-tracking.c (emit_note_insn_var_location): Revert previous patch.

* var-tracking.c (emit_note_insn_var_location): Revert previous patch.

From-SVN: r119127
This commit is contained in:
Bernd Schmidt 2006-11-23 17:50:52 +00:00 committed by Bernd Schmidt
parent 3a971f154d
commit b33614eef2
2 changed files with 5 additions and 3 deletions

View file

@ -1,3 +1,7 @@
2006-11-23 Bernd Schmidt <bernd.schmidt@analog.com>
* var-tracking.c (emit_note_insn_var_location): Revert previous patch.
2006-11-23 David Ung <davidu@mips.com>
* config/mips/mips.h (ISA_HAS_FP4): Add MIPS32R2 + 64bit fpu

View file

@ -2443,9 +2443,7 @@ emit_note_insn_var_location (void **varp, void *data)
complete = false;
if (where == EMIT_NOTE_AFTER_INSN)
/* emit_note_after can insert a note after a flow-control insn in a basic
block. That causes verify_flow_info failures. */
note = emit_note_before (NOTE_INSN_VAR_LOCATION, NEXT_INSN (insn));
note = emit_note_after (NOTE_INSN_VAR_LOCATION, insn);
else
note = emit_note_before (NOTE_INSN_VAR_LOCATION, insn);