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
af7a569a
Commit
af7a569a
authored
Dec 07, 2011
by
Christoph Mallon
Browse files
Clarify the documentation of the Not node.
parent
a4a480ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
scripts/ir_spec.py
View file @
af7a569a
...
...
@@ -692,9 +692,7 @@ class NoMem(Op):
singleton
=
True
class
Not
(
Unop
):
"""returns the logical complement of a value. Works for integer values too.
If the input is false/zero then true/one is returned, otherwise false/zero
is returned."""
"""returns the bitwise complement of a value. Works for boolean values, too."""
flags
=
[]
class
Or
(
Binop
):
...
...
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