Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
f9893427
Commit
f9893427
authored
Apr 16, 2008
by
Christoph Mallon
Browse files
Fix typos in comments.
[r19305]
parent
d75c0b98
Changes
2
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/bearch_ia32.c
View file @
f9893427
...
...
@@ -816,7 +816,7 @@ static int ia32_is_spillmode_compatible(const ir_mode *mode, const ir_mode *spil
}
/**
* Check if irn can load it
'
s operand at position i from memory (source addressmode).
* Check if irn can load its operand at position i from memory (source addressmode).
* @param self Pointer to irn ops itself
* @param irn The irn to be checked
* @param i The operands position
...
...
ir/opt/condeval.c
View file @
f9893427
...
...
@@ -271,7 +271,7 @@ static void copy_and_fix(const condeval_env_t *env, ir_node *block,
#ifdef AVOID_PHIB
/* we may not copy mode_b nodes, because this could produce phi with
* mode_bs which can't be handled in all backends. Instead we duplicate
* the node and move it to it
'
s users */
* the node and move it to its users */
if
(
mode
==
mode_b
)
{
const
ir_edge_t
*
edge
,
*
next
;
ir_node
*
pred
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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