Commit b33614ee by Bernd Schmidt Committed by Bernd Schmidt

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
parent 3a971f15
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
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment