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
cbb1cada
Commit
cbb1cada
authored
Oct 30, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Oct 30, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-ssa-dom.c: Fix comment typos.
From-SVN: r89885
parent
e57a6d42
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
gcc/ChangeLog
+4
-0
gcc/tree-ssa-dom.c
+2
-2
No files found.
gcc/ChangeLog
View file @
cbb1cada
2004
-
10
-
30
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
tree
-
ssa
-
dom
.
c
:
Fix
comment
typos
.
2004
-
10
-
30
Kaz
Kojima
<
kkojima
@
gcc
.
gnu
.
org
>
*
config
/
sh
/
sh
.
c
(
prepare_move_operands
):
Use
operands
[
0
]
...
...
gcc/tree-ssa-dom.c
View file @
cbb1cada
...
...
@@ -329,7 +329,7 @@ allocate_edge_info (edge e)
}
/* Free all EDGE_INFO structures associated with edges in the CFG.
If a part
ci
ular edge can be threaded, copy the redirection
If a part
ic
ular edge can be threaded, copy the redirection
target from the EDGE_INFO structure into the edge's AUX field
as required by code to update the CFG and SSA graph for
jump threading. */
...
...
@@ -2431,7 +2431,7 @@ record_edge_info (basic_block bb)
extract_true_false_edges_from_block
(
bb
,
&
true_edge
,
&
false_edge
);
/* If the conditi
no
al is a single variable 'X', record 'X = 1'
/* If the conditi
on
al is a single variable 'X', record 'X = 1'
for the true edge and 'X = 0' on the false edge. */
if
(
SSA_VAR_P
(
cond
))
{
...
...
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