* config/arm/arm.c (thumb2_final_prescan_insn): Don't incrememnt
condexec_count when skipping USE and CLOBBER.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@122205
138bc75d-0d04-0410-961f-
82ee72b054a4
+2007-02-21 Paul Brook <paul@codesourcery.com>
+
+ * config/arm/arm.c (thumb2_final_prescan_insn): Don't incrememnt
+ condexec_count when skipping USE and CLOBBER.
+
2007-02-21 Nick Clifton <nickc@redhat.com>
* common.opt (Warray-bounds): Add Warning attribute.
/* USE and CLOBBER aren't really insns, so just skip them. */
if (GET_CODE (body) == USE
|| GET_CODE (body) == CLOBBER)
- {
- arm_condexec_count++;
- continue;
- }
+ continue;
/* ??? Recognize conditional jumps, and combine them with IT blocks. */
if (GET_CODE (body) != COND_EXEC)