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
014476c4
Commit
014476c4
authored
Aug 04, 2008
by
Matthias Braun
Browse files
rename lower_Switch to lower_switch to be consistent with the rest
[r20964]
parent
18cca11a
Changes
2
Hide whitespace changes
Inline
Side-by-side
include/libfirm/lowering.h
View file @
014476c4
...
...
@@ -157,7 +157,7 @@ void lower_CopyB(ir_graph *irg, unsigned max_size, unsigned native_mode_bytes);
* @param spare_size Allowed spare size for table switches in machine words.
* (Default in edgfe: 128)
*/
void
lower_
S
witch
(
ir_graph
*
irg
,
unsigned
spare_size
);
void
lower_
s
witch
(
ir_graph
*
irg
,
unsigned
spare_size
);
/**
* A callback type for creating an intrinsic entity for a given opcode.
...
...
ir/lower/lower_switch.c
View file @
014476c4
...
...
@@ -251,7 +251,7 @@ static void find_cond_nodes(ir_node *block, void *ctx)
* @param spare_size Allowed spare size for table switches in machine words.
* (Default in edgfe: 128)
*/
void
lower_
S
witch
(
ir_graph
*
irg
,
unsigned
spare_size
)
void
lower_
s
witch
(
ir_graph
*
irg
,
unsigned
spare_size
)
{
walk_env_t
env
;
ir_graph
*
rem
=
current_ir_graph
;
...
...
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