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
7120d046
Commit
7120d046
authored
Jun 24, 2004
by
Richard Kenner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor whitespace changes
From-SVN: r83613
parent
2be480af
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
4 deletions
+6
-4
gcc/cgraphunit.c
+6
-4
No files found.
gcc/cgraphunit.c
View file @
7120d046
...
...
@@ -467,7 +467,9 @@ cgraph_create_edges (struct cgraph_node *node, tree body)
static
bool
error_found
;
/* Callbrack of verify_cgraph_node. Check that all call_exprs have cgraph nodes. */
/* Callbrack 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
)
{
...
...
@@ -501,12 +503,12 @@ verify_cgraph_node_1 (tree *tp, int *walk_subtrees, void *data)
error_found
=
true
;
}
}
/* Save some cycles by not walking types and declaration as we
won't find anything useful there anyway. */
if
(
DECL_P
(
*
tp
)
||
TYPE_P
(
*
tp
))
{
*
walk_subtrees
=
0
;
}
*
walk_subtrees
=
0
;
return
NULL_TREE
;
}
...
...
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