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
3b9eafda
Commit
3b9eafda
authored
Oct 12, 2007
by
Matthias Braun
Browse files
don't worry about IP view in backend
[r16178]
parent
51e14df4
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/betranshlp.c
View file @
3b9eafda
...
...
@@ -388,12 +388,10 @@ void be_transform_graph(be_irg_t *birg, arch_pretrans_nodes *func, void *cg)
{
ir_graph
*
irg
=
birg
->
irg
;
ir_graph
*
old_current_ir_graph
=
current_ir_graph
;
int
old_interprocedural_view
=
get_interprocedural_view
();
struct
obstack
*
old_obst
=
NULL
;
struct
obstack
*
new_obst
=
NULL
;
current_ir_graph
=
irg
;
set_interprocedural_view
(
0
);
/* most analysis info is wrong after transformation */
free_callee_info
(
irg
);
...
...
@@ -432,7 +430,6 @@ void be_transform_graph(be_irg_t *birg, arch_pretrans_nodes *func, void *cg)
/* restore state */
current_ir_graph
=
old_current_ir_graph
;
set_interprocedural_view
(
old_interprocedural_view
);
/* recalculate edges */
edges_deactivate
(
irg
);
...
...
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