summaryrefslogtreecommitdiff
path: root/gcc/reorg.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/reorg.c')
-rw-r--r--gcc/reorg.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/gcc/reorg.c b/gcc/reorg.c
index 34165ab4e72..8861dfe796b 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. */