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
598178d1
Commit
598178d1
authored
Jun 18, 2007
by
Michael Beck
Browse files
Removed C99 construct
[r14575]
parent
6939059f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/cgana.c
View file @
598178d1
...
...
@@ -787,8 +787,8 @@ static void callee_walker(ir_node * call, void * env) {
* Walker: Removes all tuple.
*/
static
void
remove_Tuples
(
ir_node
*
proj
,
void
*
env
)
{
(
void
)
env
;
ir_node
*
nn
;
(
void
)
env
;
if
(
!
is_Proj
(
proj
))
return
;
nn
=
skip_Tuple
(
proj
);
...
...
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