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
20d18cdb
Commit
20d18cdb
authored
Dec 12, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Dec 12, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-ssa-dom.c (thread_across_edge): Fix a comment typo.
From-SVN: r92052
parent
a5f712ff
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
1 deletions
+3
-1
gcc/ChangeLog
+2
-0
gcc/tree-ssa-dom.c
+1
-1
No files found.
gcc/ChangeLog
View file @
20d18cdb
...
...
@@ -9,6 +9,8 @@
*
reg
-
stack
.
c
(
convert_regs_2
):
Free
stack
.
*
tree
-
ssa
-
dom
.
c
(
thread_across_edge
):
Fix
a
comment
typo
.
2004
-
12
-
12
Daniel
Berlin
<
dberlin
@
dberlin
.
org
>
*
tree
-
ssa
-
loop
-
ch
.
c
(
copy_loop_headers
):
Loop
can
be
null
.
...
...
gcc/tree-ssa-dom.c
View file @
20d18cdb
...
...
@@ -653,7 +653,7 @@ thread_across_edge (struct dom_walk_data *walk_data, edge e)
if
(
SSA_NAME_VAR
(
cached_lhs
)
!=
SSA_NAME_VAR
(
lhs
))
break
;
/* If CACHED_LHS does not represent the current value of the undering
/* If CACHED_LHS does not represent the current value of the under
ly
ing
variable in CACHED_LHS/LHS, then we can not ignore this statement. */
if
(
var_ann
(
SSA_NAME_VAR
(
lhs
))
->
current_def
!=
cached_lhs
)
break
;
...
...
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