OSDN Git Service

2007-02-16 Matthias Klose <doko@debian.org>
[pf3gnuchains/gcc-fork.git] / gcc / var-tracking.c
index c4bef66..815faca 100644 (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);