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
f25ae20e
Commit
f25ae20e
authored
Dec 14, 2018
by
Michael Ploujnikov
Committed by
Jeff Law
Dec 13, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* ipa-cp.c: Fix various comment typos.
From-SVN: r267114
parent
0864675c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
8 deletions
+12
-8
gcc/ChangeLog
+4
-0
gcc/ipa-cp.c
+8
-8
No files found.
gcc/ChangeLog
View file @
f25ae20e
2018-12-13 Michael Ploujnikov <michael.ploujnikov@oracle.com>
* ipa-cp.c: Fix various comment typos.
2018-12-13 Jakub Jelinek <jakub@redhat.com>
PR tree-optimization/88444
gcc/ipa-cp.c
View file @
f25ae20e
...
...
@@ -191,7 +191,7 @@ public:
/* Depth first search number and low link for topological sorting of
values. */
int
dfs
,
low_link
;
/* True if this val
y
e is currently on the topo-sort stack. */
/* True if this val
u
e is currently on the topo-sort stack. */
bool
on_stack
;
ipcp_value
()
...
...
@@ -880,7 +880,7 @@ ipcp_lattice<valtype>::set_contains_variable ()
return
ret
;
}
/* Set all aggegate lattices in PLATS to bottom and return true if they were
/* Set all agg
r
egate lattices in PLATS to bottom and return true if they were
not previously set as such. */
static
inline
bool
...
...
@@ -891,7 +891,7 @@ set_agg_lats_to_bottom (struct ipcp_param_lattices *plats)
return
ret
;
}
/* Mark all aggegate lattices in PLATS as containing an unknown value and
/* Mark all agg
r
egate lattices in PLATS as containing an unknown value and
return true if they were not previously marked as such. */
static
inline
bool
...
...
@@ -908,7 +908,7 @@ ipcp_vr_lattice::meet_with (const ipcp_vr_lattice &other)
return
meet_with_1
(
&
other
.
m_vr
);
}
/* Meet the current value of the lattice with value ran
f
ge described by VR
/* Meet the current value of the lattice with value range described by VR
lattice. */
bool
...
...
@@ -1330,7 +1330,7 @@ ipa_value_from_jfunc (struct ipa_node_params *info, struct ipa_jump_func *jfunc,
return
NULL_TREE
;
}
/* Determie whether JFUNC evaluates to single known polymorphic context, given
/* Determi
n
e whether JFUNC evaluates to single known polymorphic context, given
that INFO describes the caller node or the one it is inlined to, CS is the
call graph edge corresponding to JFUNC and CSIDX index of the described
parameter. */
...
...
@@ -2379,7 +2379,7 @@ ipa_get_indirect_edge_target_1 (struct cgraph_edge *ie,
t
=
NULL
;
/* Try to work out value of virtual table pointer value in replacem
ne
ts. */
/* Try to work out value of virtual table pointer value in replacem
en
ts. */
if
(
!
t
&&
agg_reps
&&
!
ie
->
indirect_info
->
by_ref
)
{
while
(
agg_reps
)
...
...
@@ -4602,7 +4602,7 @@ ipcp_val_agg_replacement_ok_p (ipa_agg_replacement_value *aggvals,
return
false
;
}
/* Return true if offset is minus one because source of a polymorphic conte
c
t
/* Return true if offset is minus one because source of a polymorphic conte
x
t
cannot be an aggregate value. */
DEBUG_FUNCTION
bool
...
...
@@ -4613,7 +4613,7 @@ ipcp_val_agg_replacement_ok_p (ipa_agg_replacement_value *,
return
offset
==
-
1
;
}
/* Decide wheter to create a special version of NODE for value VAL of parameter
/* Decide whet
h
er to create a special version of NODE for value VAL of parameter
at the given INDEX. If OFFSET is -1, the value is for the parameter itself,
otherwise it is stored at the given OFFSET of the parameter. KNOWN_CSTS,
KNOWN_CONTEXTS and KNOWN_AGGS describe the other already known values. */
...
...
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