summaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authoralehotsky <alehotsky@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-01 02:23:38 +0000
committeralehotsky <alehotsky@138bc75d-0d04-0410-961f-82ee72b054a4>2002-06-01 02:23:38 +0000
commitcf18e6ff144baaf400ada52e9ddcc7900f15461f (patch)
tree646293a71c17efab7e90c0a9c2d676c2cdacd528 /gcc/except.c
parenta0227a379806cb43743b5338f57e82c659b2ea0d (diff)
downloadgcc-cf18e6ff144baaf400ada52e9ddcc7900f15461f.tar.gz
*** empty log message ***
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@54136 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/except.c b/gcc/except.c
index ee6ee9f023d..472e84de579 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -3147,7 +3147,7 @@ nothrow_function_p ()
return false;
for (insn = current_function_epilogue_delay_list; insn;
insn = XEXP (insn, 1))
- if (can_throw_external (insn))
+ if (can_throw_external (XEXP (insn, 0)))
return false;
return true;