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
f5118640
Commit
f5118640
authored
Sep 24, 2004
by
Michael Beck
Browse files
removed an assert which fails in the C compiler currently (but did not leave problems)
[r3941]
parent
c49f55bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ana/cgana.c
View file @
f5118640
...
...
@@ -628,7 +628,7 @@ static void free_mark_proj(ir_node * node, long n, eset * set) {
static
void
free_mark
(
ir_node
*
node
,
eset
*
set
)
{
int
i
;
assert
(
mode_is_reference
(
get_irn_mode
(
node
)));
//
assert(mode_is_reference(get_irn_mode(node)));
if
(
get_irn_link
(
node
)
==
MARK
)
{
return
;
/* already visited */
}
...
...
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