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
e3717f71
Commit
e3717f71
authored
Jun 29, 2009
by
Matthias Braun
Browse files
fix bad merge in last commit
[r26221]
parent
8974a512
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/ir_spec.py
View file @
e3717f71
...
...
@@ -95,11 +95,12 @@ class ASM(Op):
java_noconstr
=
True
class
Bad
(
Op
):
mode
=
"mode_Bad"
flags
=
[
"cfopcode"
,
"fragile"
,
"start_block"
,
"dump_noblock"
]
pinned
=
"yes"
knownBlock
=
True
singleton
=
True
mode
=
"mode_Bad"
flags
=
[
"cfopcode"
,
"fragile"
,
"start_block"
,
"dump_noblock"
]
pinned
=
"yes"
knownBlock
=
True
singleton
=
True
attr_struct
=
"irg_attr"
init
=
'''
res->attr.irg.irg = irg;
'''
...
...
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