Commit c03e0096 by Per Bothner Committed by Per Bothner

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

From-SVN: r84254
parent fbf153f2
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> 2004-07-07 Mike Stump <mrs@apple.com>
* darwin.h (ASM_OUTPUT_LABELREF): Fix -fno-leading-underscore. * darwin.h (ASM_OUTPUT_LABELREF): Fix -fno-leading-underscore.
......
...@@ -3390,7 +3390,6 @@ attempt_auto_inc (struct propagate_block_info *pbi, rtx inc, rtx insn, ...@@ -3390,7 +3390,6 @@ attempt_auto_inc (struct propagate_block_info *pbi, rtx inc, rtx insn,
} }
} }
PUT_CODE (incr, NOTE);
SET_INSN_DELETED (incr); SET_INSN_DELETED (incr);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment