aboutsummaryrefslogtreecommitdiff
path: root/gcc/except.c
diff options
context:
space:
mode:
authorBryce McKinlay <mckinlay@redhat.com>2004-05-28 01:14:02 +0000
committerBryce McKinlay <bryce@gcc.gnu.org>2004-05-28 02:14:02 +0100
commitaed30657939aab74f62b96386be0e96f9e902a1c (patch)
tree870765fa6ff1692682337311ba29d6583d06ce6e /gcc/except.c
parent431b736152fcb2f15eaf8e6f2b3010b2aafd5188 (diff)
downloadgcc-aed30657939aab74f62b96386be0e96f9e902a1c.zip
gcc-aed30657939aab74f62b96386be0e96f9e902a1c.tar.gz
gcc-aed30657939aab74f62b96386be0e96f9e902a1c.tar.bz2
except.c: Revert change of 2004-05-26.
* except.c: Revert change of 2004-05-26. * config/i386/i386.md: Revert change of 2004-05-27. From-SVN: r82349
Diffstat (limited to 'gcc/except.c')
-rw-r--r--gcc/except.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/except.c b/gcc/except.c
index 5e9ce33..2dfd073 100644
--- a/gcc/except.c
+++ b/gcc/except.c
@@ -3145,11 +3145,6 @@ can_throw_internal (rtx insn)
return false;
}
- if (GET_CODE (insn) == JUMP_INSN
- && GET_CODE (PATTERN (insn)) == RESX
- && XINT (PATTERN (insn), 0) > 0)
- return can_throw_internal_1 (XINT (PATTERN (insn), 0));
-
/* Every insn that might throw has an EH_REGION note. */
note = find_reg_note (insn, REG_EH_REGION, NULL_RTX);
if (!note || INTVAL (XEXP (note, 0)) <= 0)