* reorg.c (dbr_schedule): Remove unnecessary test.

From-SVN: r53384
This commit is contained in:
John David Anglin 2002-05-11 17:38:40 +00:00 committed by John David Anglin
parent 6c81a49011
commit 9c64026dfc
2 changed files with 5 additions and 4 deletions

View file

@ -1,3 +1,7 @@
2002-05-11 John David Anglin <dave@hiauly1.hia.nrc.ca>
* reorg.c (dbr_schedule): Remove unnecessary test.
Sat May 11 14:34:35 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.md (testsi to testqi spliters): New.

View file

@ -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. */