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
ebb1695a
Commit
ebb1695a
authored
Mar 06, 2014
by
Christoph Mallon
Browse files
ircons: Use new_d_immBlock() to implement new_immBlock().
parent
4bfbe16a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/ircons.c
View file @
ebb1695a
...
...
@@ -386,7 +386,7 @@ ir_node *new_d_immBlock(dbg_info *dbgi)
ir_node
*
new_immBlock
(
void
)
{
return
new_
r
d_immBlock
(
NULL
,
current_ir_graph
);
return
new_d_immBlock
(
NULL
);
}
void
add_immBlock_pred
(
ir_node
*
block
,
ir_node
*
jmp
)
...
...
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