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
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):
...
@@ -95,11 +95,12 @@ class ASM(Op):
java_noconstr
=
True
java_noconstr
=
True
class
Bad
(
Op
):
class
Bad
(
Op
):
mode
=
"mode_Bad"
mode
=
"mode_Bad"
flags
=
[
"cfopcode"
,
"fragile"
,
"start_block"
,
"dump_noblock"
]
flags
=
[
"cfopcode"
,
"fragile"
,
"start_block"
,
"dump_noblock"
]
pinned
=
"yes"
pinned
=
"yes"
knownBlock
=
True
knownBlock
=
True
singleton
=
True
singleton
=
True
attr_struct
=
"irg_attr"
init
=
'''
init
=
'''
res->attr.irg.irg = irg;
res->attr.irg.irg = irg;
'''
'''
...
...
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