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
dfba4a36
Commit
dfba4a36
authored
Dec 27, 2014
by
Matthias Braun
Browse files
little cleanup/80 column adjustment
parent
57072fa8
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/firm_types.h
View file @
dfba4a36
...
...
@@ -265,9 +265,9 @@ ENUM_BITSET(mtp_additional_properties)
* @ingroup ASM
*/
typedef
struct
ir_asm_constraint
{
unsigned
pos
;
/**< The input
s
/output position for this constraint. */
ident
*
constraint
;
/**< The constraint for this input/output. */
ir_mode
*
mode
;
/**< The mode of the constraint. */
unsigned
pos
;
/**< The input/output position for this constraint. */
ident
*
constraint
;
/**< The constraint for this input/output. */
ir_mode
*
mode
;
/**< The mode of the constraint. */
}
ir_asm_constraint
;
/** Supported libFirm builtins.
...
...
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