From 9c64026dfc74b218c0ad2bbb7509ae6d5024b7d4 Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Sat, 11 May 2002 17:38:40 +0000 Subject: * reorg.c (dbr_schedule): Remove unnecessary test. From-SVN: r53384 --- gcc/reorg.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'gcc/reorg.c') diff --git a/gcc/reorg.c b/gcc/reorg.c index 34165ab..8861dfe 100644 --- a/gcc/reorg.c +++ b/gcc/reorg.c @@ -3630,10 +3630,7 @@ dbr_schedule (first, file) { rtx target; - if (GET_CODE (insn) == JUMP_INSN - || GET_CODE (insn) == CALL_INSN - || GET_CODE (insn) == INSN) - INSN_ANNULLED_BRANCH_P (insn) = 0; + INSN_ANNULLED_BRANCH_P (insn) = 0; INSN_FROM_TARGET_P (insn) = 0; /* Skip vector tables. We can't get attributes for them. */ -- cgit v1.1