Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Zwinkau
libfirm
Commits
8fb3d3db
Commit
8fb3d3db
authored
May 27, 2011
by
Matthias Braun
Browse files
fragile nodes must be exception or memory pinned
parent
d1f02410
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/ir_spec.py
View file @
8fb3d3db
...
...
@@ -56,7 +56,8 @@ class Alloc(Op):
)
]
flags
=
[
"fragile"
,
"uses_memory"
]
pinned
=
"yes"
pinned
=
"exception"
pinned_init
=
"op_pin_state_pinned"
attr_struct
=
"alloc_attr"
class
Anchor
(
Op
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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