[LLVMdev] Void values
Chris Lattner
clattner at apple.com
Fri Jun 11 16:37:00 PDT 2010
On Jun 11, 2010, at 4:29 PM, Patrick Walton wrote:
> 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?
Yep, exactly.
-Chris
More information about the llvm-dev
mailing list