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
75d2e78b
Commit
75d2e78b
authored
Jun 30, 2005
by
Michael Beck
Browse files
dded assertion if ldstopt() is called with nodes floating, we need precise block info
[r6148]
parent
8cbfad88
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/ldstopt.c
View file @
75d2e78b
...
...
@@ -869,6 +869,8 @@ void optimize_load_store(ir_graph *irg)
walk_env_t
env
;
assert
(
get_irg_phase_state
(
irg
)
!=
phase_building
);
assert
(
get_irg_pinned
(
irg
)
!=
op_pin_state_floats
&&
"LoadStore optimization needs pinned graph"
);
if
(
!
get_opt_redundant_LoadStore
())
return
;
...
...
Write
Preview
Supports
Markdown
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