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
b55121a8
Commit
b55121a8
authored
Nov 08, 2004
by
FIRM Projekt Account
Browse files
removed debug assertion
[r4292]
parent
084d37c1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irnode.c
View file @
b55121a8
...
...
@@ -874,10 +874,6 @@ set_Const_type (ir_node *node, type *tp) {
assert
(
get_type_mode
(
tp
)
==
get_irn_mode
(
node
));
}
if
((
get_irn_node_nr
(
node
)
==
259216
)
&&
(
tp
==
unknown_type
))
assert
(
0
);
node
->
attr
.
con
.
tp
=
tp
;
}
...
...
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