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
06689bfe
Commit
06689bfe
authored
Feb 21, 2007
by
Christian Würdig
Browse files
fixed typos
parent
58ea6ca3
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/beloopana.c
View file @
06689bfe
...
...
@@ -121,7 +121,7 @@ static unsigned be_compute_loop_pressure(be_loopana_t *loop_ana, ir_loop *loop,
* Compute the register pressure for a class of all loops in the birg.
* @param birg The backend irg object
* @param cls The register class to compute the pressure for
* @return The loop analys
ation
object.
* @return The loop analys
is
object.
*/
be_loopana_t
*
be_new_loop_pressure_cls
(
be_irg_t
*
birg
,
const
arch_register_class_t
*
cls
)
{
be_loopana_t
*
loop_ana
=
xmalloc
(
sizeof
(
loop_ana
));
...
...
@@ -138,7 +138,7 @@ be_loopana_t *be_new_loop_pressure_cls(be_irg_t *birg, const arch_register_class
/**
* Compute the register pressure for all classes of all loops in the birg.
* @param birg The backend irg object
* @return The loop analys
ation
object.
* @return The loop analys
is
object.
*/
be_loopana_t
*
be_new_loop_pressure
(
be_irg_t
*
birg
)
{
be_loopana_t
*
loop_ana
=
xmalloc
(
sizeof
(
loop_ana
));
...
...
@@ -180,7 +180,7 @@ unsigned be_get_loop_pressure(be_loopana_t *loop_ana, const arch_register_class_
}
/**
* Frees loop analys
ation
object.
* Frees
the
loop analys
is
object.
*/
void
be_free_loop_pressure
(
be_loopana_t
*
loop_ana
)
{
del_set
(
loop_ana
->
data
);
...
...
ir/be/beloopana.h
View file @
06689bfe
...
...
@@ -19,14 +19,14 @@ typedef struct _be_loopana_t be_loopana_t;
* Compute the register pressure for a class of all loops in the birg.
* @param birg The backend irg object
* @param cls The register class to compute the pressure for
* @return The loop analys
ation
object.
* @return The loop analys
is
object.
*/
be_loopana_t
*
be_new_loop_pressure_cls
(
be_irg_t
*
birg
,
const
arch_register_class_t
*
cls
);
/**
* Compute the register pressure for all classes of all loops in the birg.
* @param birg The backend irg object
* @return The loop analys
ation
object.
* @return The loop analys
is
object.
*/
be_loopana_t
*
be_new_loop_pressure
(
be_irg_t
*
birg
);
...
...
@@ -37,7 +37,7 @@ be_loopana_t *be_new_loop_pressure(be_irg_t *birg);
unsigned
be_get_loop_pressure
(
be_loopana_t
*
loop_ana
,
const
arch_register_class_t
*
cls
,
ir_loop
*
loop
);
/**
* Frees loop analys
ation
object.
* Frees loop analys
is
object.
*/
void
be_free_loop_pressure
(
be_loopana_t
*
loop_ana
);
...
...
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