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
6187ee24
Commit
6187ee24
authored
Sep 10, 2009
by
yb9976
Browse files
typos
[r26519]
parent
de0f8bce
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_common_transform.c
View file @
6187ee24
...
...
@@ -651,7 +651,7 @@ ir_node *gen_ASM(ir_node *node)
++
out_idx
;
}
/* Attempt to make ASM node register pressure faithful
l
.
/* Attempt to make ASM node register pressure faithful.
* (This does not work for complicated cases yet!)
*
* Algorithm: Check if there are fewer inputs or outputs (I will call this
...
...
ir/opt/gvn_pre.c
View file @
6187ee24
...
...
@@ -75,7 +75,7 @@ typedef struct pre_env {
struct
obstack
*
obst
;
/**< The obstack to allocate on. */
ir_node
*
start_block
;
/**< The start block of the current graph. */
ir_node
*
end_block
;
/**< The end block of the current graph */
block_info
*
list
;
/**< Links all block info ent
i
res for easier recovery. */
block_info
*
list
;
/**< Links all block info entr
i
es for easier recovery. */
elim_pair
*
pairs
;
/**< A list of node pairs that must be eliminated. */
unsigned
last_idx
;
/**< last node index of "old" nodes, all higher indexes are newly created once. */
char
changes
;
/**< Non-zero, if calculation of Antic_in has changed. */
...
...
@@ -780,7 +780,7 @@ static void eliminate_nodes(elim_pair *pairs) {
* references the origin. These nodes are translated again and again...
*
* The current fix is to use post-dominance. This simple ignores
* endless loops, i
e
we cannot optimize them.
* endless loops, i
.e.
we cannot optimize them.
*/
void
do_gvn_pre
(
ir_graph
*
irg
)
{
...
...
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