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
a5bd0509
Commit
a5bd0509
authored
Nov 21, 2010
by
Michael Beck
Browse files
Add some doxygen docu.
[r28148]
parent
dabecf7e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/be/ia32/ia32_address_mode.h
View file @
a5bd0509
...
...
@@ -46,13 +46,16 @@ struct ia32_address_t {
int
symconst_sign
;
/**< The "sign" of the symconst. */
};
/**
* Additional flags for the address mode creation.
*/
typedef
enum
ia32_create_am_flags_t
{
ia32_create_am_normal
=
0
,
ia32_create_am_normal
=
0
,
/**< Normal operation. */
ia32_create_am_force
=
1U
<<
0
,
/**< Ignore the marking of node as a
non-address-mode node */
non-address-mode node
.
*/
ia32_create_am_double_use
=
1U
<<
1
/**< Fold AM, even if the root of
address calculation has two users.
This is useful for dest AM */
This is useful for dest AM
.
*/
}
ia32_create_am_flags_t
;
/**
...
...
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