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
bb930c31
Commit
bb930c31
authored
Jul 29, 2008
by
Matthias Braun
Browse files
don't do the store-float-conv optimisation with double->unsigned
[r20765]
parent
9a6f244b
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_address_mode.c
View file @
bb930c31
...
...
@@ -90,7 +90,8 @@ static int do_is_immediate(const ir_node *node, int *symconsts, int negate)
return
1
;
case
iro_Add
:
case
iro_Sub
:
/* Add's and Sub's are typically supported as long as both operands are immediates */
/* Add's and Sub's are typically supported as long as both operands are
* immediates */
if
(
bitset_is_set
(
non_address_mode_nodes
,
get_irn_idx
(
node
)))
return
0
;
...
...
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