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
b3a27618
Commit
b3a27618
authored
Sep 15, 2004
by
Kazu Hirata
Committed by
Kazu Hirata
Sep 15, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* tree-ssa-dom.c: Fix comment typos.
From-SVN: r87549
parent
a8ea34eb
Show 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 @
b3a27618
2004
-
09
-
15
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
*
tree
-
ssa
-
dom
.
c
:
Fix
comment
typos
.
2004
-
09
-
15
Alan
Modra
<
amodra
@
bigpond
.
net
.
au
>
*
config
/
rs6000
/
linux
-
unwind
.
h
(
struct
gcc_pt_regs
):
Extend
to
...
...
gcc/tree-ssa-dom.c
View file @
b3a27618
...
...
@@ -55,7 +55,7 @@ static htab_t avail_exprs;
/* Stack of available expressions in AVAIL_EXPRs. Each block pushes any
expressions it enters into the hash table along with a marker entry
(null). When we finsh processing the block, we pop off entries and
(null). When we fin
i
sh processing the block, we pop off entries and
remove the expressions from the global hash table until we hit the
marker. */
static
varray_type
avail_exprs_stack
;
...
...
@@ -750,7 +750,7 @@ dom_opt_initialize_block (struct dom_walk_data *walk_data, basic_block bb)
fprintf
(
dump_file
,
"
\n\n
Optimizing block #%d
\n\n
"
,
bb
->
index
);
/* Push a marker on AVAIL_EXPRS_STACK so that we know how far to unwind
when we finalize this bl
co
k. */
when we finalize this bl
oc
k. */
VARRAY_PUSH_TREE
(
avail_exprs_stack
,
NULL_TREE
);
record_equivalences_from_incoming_edge
(
walk_data
,
bb
);
...
...
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