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
b73800f6
Commit
b73800f6
authored
Oct 17, 2011
by
yb9976
Browse files
Xor without address mode is commutative.
This fixes backend/builtin_parityl.c and backend/builtin_parityll.c.
parent
9edd1ecb
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_transform.c
View file @
b73800f6
...
...
@@ -5192,6 +5192,8 @@ static ir_node *gen_parity(ir_node *node)
ir_node
*
xor2
=
new_bd_ia32_XorHighLow
(
dbgi
,
new_block
,
xor
);
ir_node
*
flags
;
set_ia32_commutative
(
xor
);
set_irn_mode
(
xor2
,
mode_T
);
flags
=
new_r_Proj
(
xor2
,
mode_Iu
,
pn_ia32_XorHighLow_flags
);
...
...
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