Displaying 2 results from an estimated 2 matches for "r196661".
2013 Dec 07
2
[LLVMdev] Are integer types primitive?
On Dec 6, 2013, at 6:37 PM, Rafael EspĂndola <rafael.espindola at gmail.com> wrote:
>> What purpose does the notion of "primitive" types serve anymore? Why don't we just abolish that from the lexicon and from the code?
>
> Hi Chris,
>
> The attached patch removes it from Type.h and updates the last users.
> Is that what you were looking for?
Yep, LGTM.
2013 Dec 07
0
[LLVMdev] Are integer types primitive?
...and from the code?
>>
>> Hi Chris,
>>
>> The attached patch removes it from Type.h and updates the last users.
>> Is that what you were looking for?
>
> Yep, LGTM. It would also be nice to remove the mention from LangRef.
I updated the LangRef and committed as r196661.
Cheers,
Rafael