OSDN Git Service

tweak comment
authorjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Dec 1997 03:58:03 +0000 (03:58 +0000)
committerjason <jason@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 15 Dec 1997 03:58:03 +0000 (03:58 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@17093 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/except.c

index dbba31b..c0db69f 100644 (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 ();