From: Bernd Schmidt Date: Thu, 23 Nov 2006 17:50:52 +0000 (+0000) Subject: var-tracking.c (emit_note_insn_var_location): Revert previous patch. X-Git-Tag: releases/gcc-4.3.0~8317 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b33614eef23d32133dce546d43838270218d9739;p=thirdparty%2Fgcc.git 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 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 00420bee77c0..e0cfc6dcd694 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2006-11-23 Bernd Schmidt + + * var-tracking.c (emit_note_insn_var_location): Revert previous patch. + 2006-11-23 David Ung * config/mips/mips.h (ISA_HAS_FP4): Add MIPS32R2 + 64bit fpu diff --git a/gcc/var-tracking.c b/gcc/var-tracking.c index c4bef66d5e2e..815facae1820 100644 --- a/gcc/var-tracking.c +++ b/gcc/var-tracking.c @@ -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);