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
e1990f69
Commit
e1990f69
authored
Nov 18, 2004
by
Ben Elliston
Committed by
Ben Elliston
Nov 18, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cgraphunit.c: Replace "it's" with "its" and fix a typo.
From-SVN: r90838
parent
d596ed22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
3 deletions
+7
-3
gcc/ChangeLog
+4
-0
gcc/cgraphunit.c
+3
-3
No files found.
gcc/ChangeLog
View file @
e1990f69
2004
-
11
-
18
Ben
Elliston
<
bje
@
au
.
ibm
.
com
>
*
cgraphunit
.
c
:
Replace
"it's"
with
"its"
and
fix
a
typo
.
2004
-
11
-
18
Ben
Elliston
<
bje
@
au
.
ibm
.
com
>
*
cgraph
.
h
:
Replace
"it's"
with
"its"
throughout
.
2004
-
11
-
18
Ben
Elliston
<
bje
@
au
.
ibm
.
com
>
...
...
gcc/cgraphunit.c
View file @
e1990f69
...
...
@@ -105,7 +105,7 @@ Software Foundation, 59 Temple Place - Suite 330, Boston, MA
mark_referenced call in assemble_variable functions referenced by
static variables are noticed too.
The intra-procedural information is produced and it
'
s existence
The intra-procedural information is produced and its existence
indicated by global_info_ready. Once this flag is set it is impossible
to change function from !reachable to reachable and thus
assemble_variable no longer call mark_referenced.
...
...
@@ -483,8 +483,8 @@ cgraph_create_edges (struct cgraph_node *node, tree body)
static
bool
error_found
;
/* Callb
rack of verify_cgraph_node. Check that all call_exprs have cgraph
nodes. */
/* Callb
ack of verify_cgraph_node. Check that all call_exprs have
cgraph
nodes. */
static
tree
verify_cgraph_node_1
(
tree
*
tp
,
int
*
walk_subtrees
,
void
*
data
)
...
...
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