aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorJason Merrill <jason@gcc.gnu.org>1997-12-14 22:58:03 -0500
committerJason Merrill <jason@gcc.gnu.org>1997-12-14 22:58:03 -0500
commitd9c92f323767782ab53a54e0bece76f8001e2c96 (patch)
tree6d116e647ccb7feac24251a0c7b74b762528af1b /gcc/except.c
parent14e83f2ef59780b3e41da9fa4b357ad621c348e9 (diff)
downloadgcc-d9c92f323767782ab53a54e0bece76f8001e2c96.zip
gcc-d9c92f323767782ab53a54e0bece76f8001e2c96.tar.gz
gcc-d9c92f323767782ab53a54e0bece76f8001e2c96.tar.bz2
tweak comment
From-SVN: r17093
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c
index dbba31b..c0db69f 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 ();