Commit 9c64026d by John David Anglin Committed by John David Anglin

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

From-SVN: r53384
parent 6c81a490
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> Sat May 11 14:34:35 CEST 2002 Jan Hubicka <jh@suse.cz>
* i386.md (testsi to testqi spliters): New. * i386.md (testsi to testqi spliters): New.
......
...@@ -3630,10 +3630,7 @@ dbr_schedule (first, file) ...@@ -3630,10 +3630,7 @@ dbr_schedule (first, file)
{ {
rtx target; rtx target;
if (GET_CODE (insn) == JUMP_INSN INSN_ANNULLED_BRANCH_P (insn) = 0;
|| GET_CODE (insn) == CALL_INSN
|| GET_CODE (insn) == INSN)
INSN_ANNULLED_BRANCH_P (insn) = 0;
INSN_FROM_TARGET_P (insn) = 0; INSN_FROM_TARGET_P (insn) = 0;
/* Skip vector tables. We can't get attributes for them. */ /* Skip vector tables. We can't get attributes for them. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment