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
ece28efe
Commit
ece28efe
authored
Apr 13, 2010
by
Hannes Rapp
Browse files
fix bug in default ifconv handler
[r27389]
parent
3e144e87
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/ifconv.c
View file @
ece28efe
...
...
@@ -64,7 +64,7 @@ static int default_allow_ifconv(ir_node *sel, ir_node *mux_false,
(
void
)
sel
;
(
void
)
mux_false
;
(
void
)
mux_true
;
return
1
;
return
0
;
}
/**
...
...
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