Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
d08f5804
Commit
d08f5804
authored
Mar 03, 2006
by
Michael Beck
Browse files
new is_call() used
[r7390]
parent
0cef5937
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/callgraph.c
View file @
d08f5804
...
...
@@ -183,7 +183,7 @@ static void ana_Call(ir_node *n, void *env) {
int
i
,
n_callees
;
ir_graph
*
irg
;
if
(
get_irn_op
(
n
)
!=
op
_Call
)
return
;
if
(
!
is
_Call
(
n
)
)
return
;
irg
=
get_irn_irg
(
n
);
n_callees
=
get_Call_n_callees
(
n
);
...
...
Write
Preview
Supports
Markdown
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