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
62920488
Commit
62920488
authored
Dec 02, 2012
by
Christoph Mallon
Browse files
ldstopt: Remove duplicate comments.
The functions are documented in the header already.
parent
07d5ec69
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/opt/ldstopt.c
View file @
62920488
...
...
@@ -911,10 +911,6 @@ static unsigned follow_Mem_chain(ir_node *load, ir_node *curr)
return
res
;
}
/* follow_Mem_chain */
/*
* Check if we can replace the load by a given const from
* the const code irg.
*/
ir_node
*
can_replace_load_by_const
(
const
ir_node
*
load
,
ir_node
*
c
)
{
ir_mode
*
c_mode
=
get_irn_mode
(
c
);
...
...
@@ -2138,9 +2134,6 @@ static int optimize_loops(ir_graph *irg)
return
env
.
changes
;
}
/* optimize_loops */
/*
* do the load store optimization
*/
void
optimize_load_store
(
ir_graph
*
irg
)
{
walk_env_t
env
;
...
...
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