Commit a27b9e3c by Kazu Hirata Committed by Kazu Hirata

* final.c (final_scan_insn): Remove commented-out code.

From-SVN: r74002
parent 75043b67
2003-11-27 Kazu Hirata <kazu@cs.umass.edu>
* final.c (final_scan_insn): Remove commented-out code.
2003-11-27 Nathanael Nerode <neroden@gcc.gnu.org> 2003-11-27 Nathanael Nerode <neroden@gcc.gnu.org>
* doc/install.texi: Remove ADAC reference and make accurate. * doc/install.texi: Remove ADAC reference and make accurate.
......
...@@ -2153,10 +2153,6 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED, ...@@ -2153,10 +2153,6 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED,
if (optimize) if (optimize)
{ {
#if 0
rtx set = single_set (insn);
#endif
if (set if (set
&& GET_CODE (SET_DEST (set)) == CC0 && GET_CODE (SET_DEST (set)) == CC0
&& insn != last_ignored_compare) && insn != last_ignored_compare)
......
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