tweak comment

From-SVN: r17093
This commit is contained in:
Jason Merrill 1997-12-14 22:58:03 -05:00
parent 14e83f2ef5
commit d9c92f3237
1 changed files with 4 additions and 1 deletions

View File

@ -1669,7 +1669,10 @@ emit_eh_context ()
start_sequence ();
/* If this is the first use insn, emit the call here. */
/* If this is the first use insn, emit the call here. This
will always be at the top of our function, because if
expand_inline_function notices a REG_EH_CONTEXT note, it
adds a use insn to this function as well. */
if (ehc == 0)
ehc = call_get_eh_context ();