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
6fa343c1
Commit
6fa343c1
authored
Mar 09, 2011
by
Michael Beck
Browse files
C99 feature removed.
parent
a572aa3c
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/bestate.c
View file @
6fa343c1
...
...
@@ -419,8 +419,8 @@ static void belady(minibelady_env_t *env, ir_node *block)
}
/* create a reload to match state if necessary */
if
(
need_val
!=
NULL
&&
need_val
!=
current_state
)
{
DBG
((
dbg
,
LEVEL_3
,
"
\t
... reloading %+F
\n
"
,
need_val
));
ir_node
*
before
=
get_reload_point
(
node
);
DBG
((
dbg
,
LEVEL_3
,
"
\t
... reloading %+F
\n
"
,
need_val
));
create_reload
(
env
,
need_val
,
before
,
current_state
);
current_state
=
need_val
;
}
...
...
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