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
e0cc7f73
Commit
e0cc7f73
authored
Feb 04, 2004
by
Aldy Hernandez
Committed by
Aldy Hernandez
Feb 04, 2004
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* cgraphunit.c (cgraph_postorder): Fix typo in comment.
From-SVN: r77257
parent
56766e0d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
gcc/ChangeLog
+4
-0
gcc/cgraphunit.c
+1
-1
No files found.
gcc/ChangeLog
View file @
e0cc7f73
2004-02-04 Aldy Hernandez <aldyh@redhat.com>
* cgraphunit.c (cgraph_postorder): Fix typo in comment.
2004-02-04 Ulrich Weigand <uweigand@de.ibm.com>
2004-02-04 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390.md ("*la_64" + peepholes, "reload_indi"): Move
* config/s390/s390.md ("*la_64" + peepholes, "reload_indi"): Move
...
...
gcc/cgraphunit.c
View file @
e0cc7f73
...
@@ -555,7 +555,7 @@ cgraph_postorder (struct cgraph_node **order)
...
@@ -555,7 +555,7 @@ cgraph_postorder (struct cgraph_node **order)
/* We have to deal with cycles nicely, so use a depth first traversal
/* We have to deal with cycles nicely, so use a depth first traversal
output algorithm. Ignore the fact that some functions won't need
output algorithm. Ignore the fact that some functions won't need
to be output and put them into order as well, so we get dependencies
to be output and put them into order as well, so we get dependencies
right through
int
line functions. */
right through
out in
line functions. */
for
(
node
=
cgraph_nodes
;
node
;
node
=
node
->
next
)
for
(
node
=
cgraph_nodes
;
node
;
node
=
node
->
next
)
node
->
aux
=
NULL
;
node
->
aux
=
NULL
;
for
(
node
=
cgraph_nodes
;
node
;
node
=
node
->
next
)
for
(
node
=
cgraph_nodes
;
node
;
node
=
node
->
next
)
...
...
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