From: Jason Merrill Date: Mon, 15 Dec 1997 03:58:03 +0000 (-0500) Subject: tweak comment X-Git-Tag: releases/libf2c-0.5.21~362 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d9c92f323767782ab53a54e0bece76f8001e2c96;p=thirdparty%2Fgcc.git tweak comment From-SVN: r17093 --- diff --git a/gcc/except.c b/gcc/except.c index dbba31b445be..c0db69f87eb3 100644 --- a/gcc/except.c +++ b/gcc/except.c @@ -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 ();