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
04bd58cf
Commit
04bd58cf
authored
Feb 01, 2016
by
Eric Botcazou
Committed by
Eric Botcazou
Feb 01, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* postreload.c (reload_cse_simplify): Remove dead code.
From-SVN: r233034
parent
654745e6
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
gcc/ChangeLog
+4
-0
gcc/postreload.c
+0
-4
No files found.
gcc/ChangeLog
View file @
04bd58cf
2016-02-01 Eric Botcazou <ebotcazou@adacore.com>
* postreload.c (reload_cse_simplify): Remove dead code.
2016-02-01 Jakub Jelinek <jakub@redhat.com>
2016-02-01 Jakub Jelinek <jakub@redhat.com>
PR rtl-optimization/69570
PR rtl-optimization/69570
...
...
gcc/postreload.c
View file @
04bd58cf
...
@@ -106,10 +106,6 @@ reload_cse_simplify (rtx_insn *insn, rtx testreg)
...
@@ -106,10 +106,6 @@ reload_cse_simplify (rtx_insn *insn, rtx testreg)
if
(
!
count
&&
reload_cse_noop_set_p
(
body
))
if
(
!
count
&&
reload_cse_noop_set_p
(
body
))
{
{
rtx
value
=
SET_DEST
(
body
);
if
(
REG_P
(
value
)
&&
!
REG_FUNCTION_VALUE_P
(
value
))
value
=
0
;
if
(
check_for_inc_dec
(
insn
))
if
(
check_for_inc_dec
(
insn
))
delete_insn_and_edges
(
insn
);
delete_insn_and_edges
(
insn
);
/* We're done with this insn. */
/* We're done with this insn. */
...
...
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