From: John David Anglin Date: Sat, 11 May 2002 17:38:40 +0000 (+0000) Subject: * reorg.c (dbr_schedule): Remove unnecessary test. X-Git-Tag: releases/gcc-3.3.0~5120 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c64026dfc74b218c0ad2bbb7509ae6d5024b7d4;p=thirdparty%2Fgcc.git * reorg.c (dbr_schedule): Remove unnecessary test. From-SVN: r53384 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index df060b25f278..00e19c6d3f61 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2002-05-11 John David Anglin + + * reorg.c (dbr_schedule): Remove unnecessary test. + Sat May 11 14:34:35 CEST 2002 Jan Hubicka * i386.md (testsi to testqi spliters): New. diff --git a/gcc/reorg.c b/gcc/reorg.c index 34165ab4e727..8861dfe796bf 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. */