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
f799d5cb
Commit
f799d5cb
authored
Nov 01, 2005
by
Michael Beck
Browse files
irg_no_propertiy added
[r6856]
parent
5aba1845
Changes
1
Hide whitespace changes
Inline
Side-by-side
ir/ir/irgraph.h
View file @
f799d5cb
...
...
@@ -419,6 +419,7 @@ void set_irg_inline_property(ir_graph *irg, irg_inline_property s);
* of these may be discovered by analyses.
*/
typedef
enum
{
irg_no_property
=
0x00000000
,
/**< no additional properties, default */
irg_const_function
=
0x00000001
,
/**< This graph did not access memory and calculates
its return values solely from its parameters.
GCC: __attribute__((const)). */
...
...
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