zink: no bool-conversions
Since bools are the only 1-bit type, we always know if an SSA-def is a bool or not. So we don't need to marshal it to uint.
So let's simplify the code a bit here.
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.
Since bools are the only 1-bit type, we always know if an SSA-def is a bool or not. So we don't need to marshal it to uint.
So let's simplify the code a bit here.