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
8e4bc2eb
Commit
8e4bc2eb
authored
May 10, 2011
by
Christoph Mallon
Browse files
Remove unused variables, squelch warning about unused parameter.
parent
438580ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/opt/opt_osr.c
View file @
8e4bc2eb
...
...
@@ -1275,6 +1275,8 @@ static void lftr(ir_graph *irg, iv_env *env)
*/
static
void
clear_and_fix
(
ir_node
*
irn
,
void
*
env
)
{
(
void
)
env
;
set_irn_link
(
irn
,
NULL
);
if
(
is_Proj
(
irn
))
{
...
...
ir/opt/tropt.c
View file @
8e4bc2eb
...
...
@@ -489,8 +489,6 @@ void optimize_class_casts(void)
all_irg_walk
(
NULL
,
irn_optimize_class_cast
,
&
changed
);
if
(
changed
)
{
size_t
i
,
n
;
set_trouts_inconsistent
();
}
...
...
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