* flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.

From-SVN: r84254
This commit is contained in:
Per Bothner 2004-07-07 18:23:47 -07:00 committed by Per Bothner
parent fbf153f263
commit c03e0096ad
2 changed files with 4 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2004-07-07 Per Bothner <per@bothner.com>
* flow.c (attempt_auto_inc): Remove now-redundant PUT_CODE.
2004-07-07 Mike Stump <mrs@apple.com>
* darwin.h (ASM_OUTPUT_LABELREF): Fix -fno-leading-underscore.

View File

@ -3390,7 +3390,6 @@ attempt_auto_inc (struct propagate_block_info *pbi, rtx inc, rtx insn,
}
}
PUT_CODE (incr, NOTE);
SET_INSN_DELETED (incr);
}