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
96f04053
Commit
96f04053
authored
Feb 16, 2011
by
Andreas Zwinkau
Browse files
Remove broken assert
[r28379]
parent
6ff57d1b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/combo.c
View file @
96f04053
...
...
@@ -307,7 +307,6 @@ static void check_opcode(const partition_t *Z)
first
=
0
;
}
else
{
assert
((
unsigned
)
key
.
code
==
get_irn_opcode
(
irn
));
assert
(
key
.
mode
==
get_irn_mode
(
irn
));
assert
(
key
.
arity
==
get_irn_arity
(
irn
));
switch
(
get_irn_opcode
(
irn
))
{
...
...
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