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
cb95fe80
Commit
cb95fe80
authored
Dec 04, 2015
by
yb9976
Browse files
Fix indentation.
parent
704244ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/tr/entity_t.h
View file @
cb95fe80
...
...
@@ -102,8 +102,8 @@ typedef struct normal_ent_attr {
/** The attributes for methods. */
typedef
struct
method_ent_attr
{
mtp_additional_properties
properties
;
/**< Additional graph properties can
be stored in a entity if no irg
is available. Must be first. */
be stored in a entity if no irg
is available. Must be first. */
ir_graph
*
irg
;
/**< The corresponding irg if known.
The ir_graph constructor automatically sets this field. */
...
...
@@ -143,8 +143,8 @@ typedef struct parameter_ent_attr {
typedef
struct
alias_ent_attr
{
mtp_additional_properties
properties
;
/**< Additional graph properties can
be stored in a entity if no irg
is available. Must be first. */
be stored in a entity if no irg
is available. Must be first. */
ir_entity
*
aliased
;
}
alias_ent_attr
;
...
...
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