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
2b0a9342
Commit
2b0a9342
authored
Dec 13, 2008
by
Matthias Braun
Browse files
new_Block should not set curr_block too
[r24610]
parent
3a5977e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/ircons.c
View file @
2b0a9342
...
...
@@ -1774,7 +1774,6 @@ new_d_Block(dbg_info *db, int arity, ir_node **in) {
}
if
(
!
has_unknown
)
res
=
optimize_node
(
res
);
current_ir_graph
->
current_block
=
res
;
IRN_VRFY_IRG
(
res
,
current_ir_graph
);
...
...
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