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
643c9e61
Commit
643c9e61
authored
Nov 23, 2015
by
Christoph Mallon
Browse files
ia32: Correct typos in comment.
parent
cb95fe80
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_optimize.c
View file @
643c9e61
...
@@ -164,8 +164,8 @@ static void peephole_ia32_And(ir_node *const node)
...
@@ -164,8 +164,8 @@ static void peephole_ia32_And(ir_node *const node)
if
(
imm
->
imm
.
entity
)
if
(
imm
->
imm
.
entity
)
return
;
return
;
/* Perform the replacement only, if the flags are unu
n
sed.
/* Perform the replacement only, if the flags are unused.
* Xor sets the flags differntly than And. */
* Xor sets the flags differ
e
ntly than And. */
if
(
get_irn_mode
(
node
)
==
mode_T
&&
get_Proj_for_pn
(
node
,
pn_ia32_And_flags
))
if
(
get_irn_mode
(
node
)
==
mode_T
&&
get_Proj_for_pn
(
node
,
pn_ia32_And_flags
))
return
;
return
;
...
...
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