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
a47735bd
Commit
a47735bd
authored
Jun 02, 2008
by
Matthias Braun
Browse files
handle Bads more gracefully
[r19945]
parent
255d92e1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/condeval.c
View file @
a47735bd
...
...
@@ -144,7 +144,7 @@ static void construct_ssa(ir_node * const *blocks, ir_node * const *vals, int n_
ir_node
*
value
=
vals
[
i
];
ir_node
*
value_block
=
blocks
[
i
];
assert
(
get_irn_mode
(
value
)
==
mode
);
assert
(
get_irn_mode
(
value
)
==
mode
||
is_Bad
(
value
)
);
set_irn_link
(
value_block
,
value
);
mark_irn_visited
(
value_block
);
...
...
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