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
6a4f13e8
Commit
6a4f13e8
authored
Dec 21, 2004
by
Michael Beck
Browse files
changed type
[r4708]
parent
c246cf75
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irarch.h
View file @
6a4f13e8
...
...
@@ -27,7 +27,7 @@ typedef struct {
/* Div/Mod optimization */
int
allow_mulhs
:
1
;
/**< Use the Mulhs operation for division by constant */
int
allow_mulhu
:
1
;
/**< Use the Mulhu operation for division by constant */
unsigned
max_bits_for_mulh
;
/**< Maximum number of bits the Mulh operation can take.
int
max_bits_for_mulh
;
/**< Maximum number of bits the Mulh operation can take.
Modes with higher amount of bits will use Mulh */
}
arch_dep_params_t
;
...
...
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