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
934327b9
Commit
934327b9
authored
Mar 03, 2014
by
Christoph Mallon
Browse files
ia32: Do not use current_ir_graph in ia32_gen_Unknown().
parent
04cb38b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_common_transform.c
View file @
934327b9
...
...
@@ -678,8 +678,8 @@ ir_node *ia32_gen_Proj_tls(ir_node *node)
ir_node
*
ia32_gen_Unknown
(
ir_node
*
node
)
{
ir_mode
*
mode
=
get_irn_mode
(
node
);
ir_graph
*
irg
=
current_ir_graph
;
dbg_info
*
dbgi
=
get_irn_dbg_info
(
node
);
ir_graph
*
irg
=
get_irn_irg
(
node
);
ir_node
*
block
=
get_irg_start_block
(
irg
);
ir_node
*
res
=
NULL
;
...
...
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