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

From-SVN: r74002
This commit is contained in:
Kazu Hirata 2003-11-27 18:21:51 +00:00 committed by Kazu Hirata
parent 75043b6704
commit a27b9e3c6f
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
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>
* doc/install.texi: Remove ADAC reference and make accurate.

View File

@ -2153,10 +2153,6 @@ final_scan_insn (rtx insn, FILE *file, int optimize ATTRIBUTE_UNUSED,
if (optimize)
{
#if 0
rtx set = single_set (insn);
#endif
if (set
&& GET_CODE (SET_DEST (set)) == CC0
&& insn != last_ignored_compare)