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
da92f7ff
Commit
da92f7ff
authored
Aug 01, 2000
by
Mark Mitchell
Committed by
Mark Mitchell
Aug 01, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* flow.c (clear_log_links): Fix typo.
From-SVN: r35406
parent
89820b43
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/flow.c
+1
-1
No files found.
gcc/ChangeLog
View file @
da92f7ff
2000-07-31 Mark Mitchell <mark@codesourcery.com>
* flow.c (clear_log_links): Fix typo.
Mon Jul 31 22:19:24 2000 Jeffrey A Law (law@cygnus.com)
* loop.c (check_dbra_loop): Make change from July 17, 2000 work
...
...
gcc/flow.c
View file @
da92f7ff
...
...
@@ -7777,7 +7777,7 @@ clear_log_links (insns)
for
(
b
=
0
;
b
<
n_basic_blocks
;
b
++
)
{
basic_block
bb
=
BASIC_BLOCK
(
i
);
basic_block
bb
=
BASIC_BLOCK
(
b
);
bb
->
global_live_at_start
=
NULL
;
bb
->
global_live_at_end
=
NULL
;
...
...
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