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
dbb23ff7
Commit
dbb23ff7
authored
Dec 22, 2006
by
Kazu Hirata
Committed by
Kazu Hirata
Dec 22, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cgraphunit.c, varpool.c: Fix comment typos.
From-SVN: r120139
parent
2e226e66
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ChangeLog
+2
-0
gcc/cgraphunit.c
+1
-1
gcc/varpool.c
+1
-1
No files found.
gcc/ChangeLog
View file @
dbb23ff7
...
...
@@ -6,6 +6,8 @@
tree
-
ssa
-
live
.
h
,
tree
-
ssa
-
operands
.
c
,
tree
-
ssa
-
ter
.
c
,
tree
-
vrp
.
c
,
varpool
.
c
:
Fix
comment
typos
.
*
cgraphunit
.
c
,
varpool
.
c
:
Fix
comment
typos
.
2006
-
12
-
22
Ulrich
Weigand
<
uweigand
@de
.
ibm
.
com
>
*
config
/
spu
/
spu
.
h
(
ARG_POINTER_CFA_OFFSET
)
:
Define
.
...
...
gcc/cgraphunit.c
View file @
dbb23ff7
...
...
@@ -66,7 +66,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
data structure must be updated accordingly by this function.
There should be little need to call this function and all the references
should be made explicit to cgraph code. At present these functions are
used by C++ frontend to explicit
e
ly mark the keyed methods.
used by C++ frontend to explicitly mark the keyed methods.
- analyze_expr callback
...
...
gcc/varpool.c
View file @
dbb23ff7
...
...
@@ -43,7 +43,7 @@ Software Foundation, 51 Franklin Street, Fifth Floor, Boston, MA
The varpool nodes are allocated lazily for declarations
either by frontend or at callgraph construction time.
All variables supposed to be output into final file needs to be
explicit
e
ly marked by frontend via VARPOOL_FINALIZE_DECL function. */
explicitly marked by frontend via VARPOOL_FINALIZE_DECL function. */
/* Hash table used to convert declarations into nodes. */
static
GTY
((
param_is
(
struct
varpool_node
)))
htab_t
varpool_hash
;
...
...
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