aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorJohn David Anglin <dave@hiauly1.hia.nrc.ca>2002-05-11 17:38:40 +0000
committerJohn David Anglin <danglin@gcc.gnu.org>2002-05-11 17:38:40 +0000
commit9c64026dfc74b218c0ad2bbb7509ae6d5024b7d4 (patch)
tree6e389397ed1ae41dfaa237e6be815a055b682564 /gcc
parent6c81a49011d7d197a0b291531f109cca4ed298a8 (diff)
downloadgcc-9c64026dfc74b218c0ad2bbb7509ae6d5024b7d4.zip
gcc-9c64026dfc74b218c0ad2bbb7509ae6d5024b7d4.tar.gz
gcc-9c64026dfc74b218c0ad2bbb7509ae6d5024b7d4.tar.bz2
* reorg.c (dbr_schedule): Remove unnecessary test.
From-SVN: r53384
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/reorg.c5
2 files changed, 5 insertions, 4 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index df060b2..00e19c6 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -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.
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. */