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
ccfdbb7d
Commit
ccfdbb7d
authored
Mar 11, 2014
by
Matthias Braun
Browse files
revert
feab72ba
to avoid compiler warnings
parent
cb7b2727
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/libfirm/irgraph.h
View file @
ccfdbb7d
...
...
@@ -413,10 +413,7 @@ typedef enum ir_graph_properties_t {
IR_GRAPH_PROPERTY_CONSISTENT_ENTITY_USAGE
=
1U
<<
11
,
/** graph contains as many returns as possible */
IR_GRAPH_PROPERTY_MANY_RETURNS
=
1U
<<
12
,
}
ir_graph_properties_t
;
ENUM_BITSET
(
ir_graph_properties_t
)
enum
{
/**
* List of all graph properties that are only affected by control flow
* changes.
...
...
@@ -442,7 +439,8 @@ enum {
|
IR_GRAPH_PROPERTY_CONSISTENT_ENTITY_USAGE
|
IR_GRAPH_PROPERTY_MANY_RETURNS
,
};
}
ir_graph_properties_t
;
ENUM_BITSET
(
ir_graph_properties_t
)
/** sets some state properties on the graph */
FIRM_API
void
add_irg_properties
(
ir_graph
*
irg
,
ir_graph_properties_t
props
);
...
...
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