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
1c199e4b
Commit
1c199e4b
authored
Sep 28, 2008
by
Matthias Braun
Browse files
fix warning
[r22326]
parent
1d9df45d
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/irconsconfirm.c
View file @
1c199e4b
...
...
@@ -124,7 +124,7 @@ static void handle_case(ir_node *block, ir_node *irn, long nr, env_t *env) {
* @param env statistical environment
*/
static
void
handle_modeb
(
ir_node
*
block
,
ir_node
*
selector
,
pn_Cond
pnc
,
env_t
*
env
)
{
ir_node
*
cond
,
*
old
,
*
cond_block
,
*
other_blk
=
NULL
,
*
con
=
NULL
;
ir_node
*
cond
,
*
old
,
*
cond_block
=
NULL
,
*
other_blk
=
NULL
,
*
con
=
NULL
;
ir_node
*
c_b
=
NULL
,
*
c_o
=
NULL
;
const
ir_edge_t
*
edge
,
*
next
;
...
...
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