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
3425dde7
Commit
3425dde7
authored
Nov 17, 2011
by
Matthias Braun
Browse files
we want to visit NoMem in the const code irg
parent
f7ff9494
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irgraph.c
View file @
3425dde7
...
...
@@ -310,7 +310,6 @@ ir_graph *new_const_code_irg(void)
set_Block_block_visited
(
body_block
,
-
1
);
set_Block_block_visited
(
start_block
,
-
1
);
set_irn_visited
(
start_block
,
-
1
);
set_irn_visited
(
no_mem
,
-
1
);
return
res
;
}
...
...
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