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
e2209b03
Commit
e2209b03
authored
Nov 18, 2004
by
Ben Elliston
Committed by
Ben Elliston
Nov 18, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cgraph.h: Replace "it's" with "its" throughout.
From-SVN: r90833
parent
188cd44d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
gcc/ChangeLog
+4
-0
gcc/cgraph.h
+4
-4
No files found.
gcc/ChangeLog
View file @
e2209b03
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
>
*
doc
/
rtl
.
texi
(
Flags
):
Grammar
fix
.
2004
-
11
-
17
Kazu
Hirata
<
kazu
@
cs
.
umass
.
edu
>
...
...
gcc/cgraph.h
View file @
e2209b03
...
...
@@ -32,7 +32,7 @@ struct cgraph_local_info GTY(())
int
self_insns
;
/* Set when function function is visible in current compilation unit only
and it
'
s address is never taken. */
and its address is never taken. */
bool
local
;
/* Set once it has been finalized so we consider it to be output. */
...
...
@@ -41,7 +41,7 @@ struct cgraph_local_info GTY(())
/* False when there something makes inlining impossible (such as va_arg). */
bool
inlinable
;
/* True when function should be inlined independently on it
'
s size. */
/* True when function should be inlined independently on its size. */
bool
disregard_inline_limits
;
/* True when the function has been originally extern inline, but it is
...
...
@@ -107,7 +107,7 @@ struct cgraph_node GTY((chain_next ("%h.next"), chain_prev ("%h.previous")))
/* Unique id of the node. */
int
uid
;
/* Set when function must be output - it is externally visible
or it
'
s address is taken. */
or its address is taken. */
bool
needed
;
/* Set when function is reachable by call from other function
that is either reachable or needed. */
...
...
@@ -142,7 +142,7 @@ struct cgraph_varpool_node GTY(())
struct
cgraph_varpool_node
*
next_needed
;
/* Set when function must be output - it is externally visible
or it
'
s address is taken. */
or its address is taken. */
bool
needed
;
/* Set once it has been finalized so we consider it to be output. */
bool
finalized
;
...
...
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