OSDN Git Service

* expr.c (init_expr_once): Don't use start/end_sequence.
[pf3gnuchains/gcc-fork.git] / gcc / reorg.c
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.  */