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
f90bb3f1
Commit
f90bb3f1
authored
Aug 07, 2000
by
Kazu Hirata
Committed by
Jeff Law
Aug 07, 2000
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* flow.c: Fix a comment typo.
From-SVN: r35542
parent
26f1aa5f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/flow.c
+2
-2
No files found.
gcc/ChangeLog
View file @
f90bb3f1
2000-08-07 Kazu Hirata <kazu@hxi.com>
* flow.c: Fix a comment typo.
Sun Aug 6 23:47:35 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
Sun Aug 6 23:47:35 2000 Ovidiu Predescu <ovidiu@cup.hp.com>
* c-parse.in: Changed the language string for Objective-C to "GNU
* c-parse.in: Changed the language string for Objective-C to "GNU
...
...
gcc/flow.c
View file @
f90bb3f1
...
@@ -6099,8 +6099,8 @@ compute_flow_dominators (dominators, post_dominators)
...
@@ -6099,8 +6099,8 @@ compute_flow_dominators (dominators, post_dominators)
if
(
b
->
aux
==
ENTRY_BLOCK_PTR
)
if
(
b
->
aux
==
ENTRY_BLOCK_PTR
)
{
{
/* Do not clear the aux field for blocks which are
/* Do not clear the aux field for blocks which are
successors of the ENTRY block. That way we
we never
successors of the ENTRY block. That way we
never add
add
them to the worklist again.
them to the worklist again.
The intersect of dominators of the preds of this block is
The intersect of dominators of the preds of this block is
defined as the null set. */
defined as the null set. */
...
...
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