OSDN Git Service

* reorg.c (dbr_schedule): Remove unnecessary test.
authordanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 May 2002 17:38:40 +0000 (17:38 +0000)
committerdanglin <danglin@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 11 May 2002 17:38:40 +0000 (17:38 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@53384 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/reorg.c

index df060b2..00e19c6 100644 (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.
index 34165ab..8861dfe 100644 (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.  */