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
1005c3d7
Commit
1005c3d7
authored
Jan 08, 2011
by
Matthias Braun
Browse files
java_add parts are specified in jFirm now
[r28231]
parent
b673a407
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/ir_spec.py
View file @
1005c3d7
...
...
@@ -138,33 +138,6 @@ class Block(Op):
}
'''
java_add
=
'''
public void addPred(Node node) {
binding_ircons.add_immBlock_pred(ptr, node.ptr);
}
public void mature() {
binding_ircons.mature_immBlock(ptr);
}
@Override
public Block getBlock() {
return null;
}
public boolean blockVisited() {
return 0 != binding_irnode.Block_block_visited(ptr);
}
public void markBlockVisited() {
binding_irnode.mark_Block_block_visited(ptr);
}
public boolean isBad() {
return binding_irnode.is_Bad(ptr) != 0;
}
'''
class
Borrow
(
Binop
):
flags
=
[]
...
...
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