Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
a27b9e3c
Commit
a27b9e3c
authored
Nov 27, 2003
by
Kazu Hirata
Committed by
Kazu Hirata
Nov 27, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* final.c (final_scan_insn): Remove commented-out code.
From-SVN: r74002
parent
75043b67
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ChangeLog
+4
-0
gcc/final.c
+0
-4
No files found.
gcc/ChangeLog
View file @
a27b9e3c
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.
...
...
gcc/final.c
View file @
a27b9e3c
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment