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
60ffc1b8
Commit
60ffc1b8
authored
Jul 21, 2002
by
Andreas Jaeger
Committed by
Andreas Jaeger
Jul 21, 2002
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* reload1.c (fixup_abnormal_edges): Remove unused variable.
From-SVN: r55625
parent
c05ffc49
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletions
+4
-1
gcc/ChangeLog
+4
-0
gcc/reload1.c
+0
-1
No files found.
gcc/ChangeLog
View file @
60ffc1b8
2002-07-21 Andreas Jaeger <aj@suse.de>
* reload1.c (fixup_abnormal_edges): Remove unused variable.
2002-07-21 Bernd Schmidt <bernds@redhat.com>
2002-07-21 Bernd Schmidt <bernds@redhat.com>
Improvements for the ifcvt pass from Michael Meissner, with patches
Improvements for the ifcvt pass from Michael Meissner, with patches
...
...
gcc/reload1.c
View file @
60ffc1b8
...
@@ -9482,7 +9482,6 @@ fixup_abnormal_edges ()
...
@@ -9482,7 +9482,6 @@ fixup_abnormal_edges ()
on the non-existant edge. */
on the non-existant edge. */
if
(
GET_CODE
(
PATTERN
(
insn
))
!=
USE
)
if
(
GET_CODE
(
PATTERN
(
insn
))
!=
USE
)
{
{
rtx
seq
;
/* We're not deleting it, we're moving it. */
/* We're not deleting it, we're moving it. */
INSN_DELETED_P
(
insn
)
=
0
;
INSN_DELETED_P
(
insn
)
=
0
;
PREV_INSN
(
insn
)
=
NULL_RTX
;
PREV_INSN
(
insn
)
=
NULL_RTX
;
...
...
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