Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
ef5d655e
Commit
ef5d655e
authored
Aug 01, 2008
by
Moritz Kroll
Browse files
Testing helps... *yawn*
[r20875]
parent
dc46c1b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/lower/lower_switch.c
View file @
ef5d655e
...
...
@@ -105,7 +105,7 @@ static int should_do_table_switch(ir_node *cond, unsigned spare_size)
/* TODO: Minimum size for jump table? */
if
(
get_irn_n_outs
(
cond
)
<=
4
)
return
;
return
0
;
default_pn
=
get_Cond_defaultProj
(
cond
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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