Add documentation for immediates with type bool.

This makes the documentation for the new bconst instruction more complete.
This commit is contained in:
Dan Gohman
2017-07-13 16:23:41 -07:00
parent 52dae7c2e2
commit 89634fa645
2 changed files with 8 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ ieee64 = ImmediateKind('ieee64', 'A 64-bit immediate floating point number.')
#:
#: This type of immediate boolean can interact with SSA values with any
#: :py:class:`cretonne.BoolType` type.
boolean = ImmediateKind('boolean', 'An immediate boolean.',
boolean = ImmediateKind('bool', 'An immediate boolean.',
rust_type='bool')
#: A condition code for comparing integer values.