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
063cd522
Commit
063cd522
authored
Jan 17, 1999
by
Jeff Law
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix thinko from last second true_dependence -> anti_dependence change.
From-SVN: r24738
parent
23473647
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
+1
-2
gcc/flow.c
+1
-2
No files found.
gcc/flow.c
View file @
063cd522
...
@@ -2741,8 +2741,7 @@ mark_used_regs (needed, live, x, final, insn)
...
@@ -2741,8 +2741,7 @@ mark_used_regs (needed, live, x, final, insn)
while
(
temp
)
while
(
temp
)
{
{
if
(
anti_dependence
(
XEXP
(
temp
,
0
),
GET_MODE
(
x
),
if
(
anti_dependence
(
XEXP
(
temp
,
0
),
x
))
x
,
rtx_addr_varies_p
))
{
{
/* Splice temp out of the list. */
/* Splice temp out of the list. */
if
(
prev
)
if
(
prev
)
...
...
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