projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14e83f2
)
tweak comment
author
Jason Merrill
<jason@gcc.gnu.org>
Mon, 15 Dec 1997 03:58:03 +0000
(22:58 -0500)
committer
Jason Merrill
<jason@gcc.gnu.org>
Mon, 15 Dec 1997 03:58:03 +0000
(22:58 -0500)
From-SVN: r17093
gcc/except.c
patch
|
blob
|
history
diff --git
a/gcc/except.c
b/gcc/except.c
index dbba31b445bec79282792a5cfe419050b37dcb0b..c0db69f87eb3f538a91d81b0818a41edf18d8874 100644
(file)
--- 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 ();