[LLVMdev] Void values

Patrick Walton pwalton at mozilla.com
Fri Jun 11 16:29:15 PDT 2010


On 6/11/10 4:20 PM, Chris Lattner wrote:
> Hi Patrick,
>
> I don't know of anyone working on it, but I'd really like to eliminate void.  It doesn't seem like a useful feature of the type system.  Functions can be changed to return {} for example.
>
> -Chris

That's the structure type with zero elements, right?

Patrick




More information about the llvm-dev mailing list