Displaying 2 results from an estimated 2 matches for "45919a85".
2011 Jul 11
0
[LLVMdev] type-system-rewrite branch landing tomorrow
...rivial, I did not test this patch.
Garrison
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Some_examples_const_Type.patch
Type: application/octet-stream
Size: 4224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110711/45919a85/attachment.obj>
-------------- next part --------------
On Jul 11, 2011, at 12:00, Garrison Venn wrote:
> Sorry, these IRBuilder methods are really in IRBuilderBase.
>
> Garrison
>
> On Jul 11, 2011, at 11:54, Garrison Venn wrote:
>
>> Are the get type methods for I...
2011 Jul 11
2
[LLVMdev] type-system-rewrite branch landing tomorrow
Sorry, these IRBuilder methods are really in IRBuilderBase.
Garrison
On Jul 11, 2011, at 11:54, Garrison Venn wrote:
> Are the get type methods for IRBuilder, such as const IntegerType *getInt32Ty(), going to have
> their return type const qualifiers removed? Doing so would match the semi equivalent static
> methods of Type, such as static IntegerType *getInt32Ty(LLVMContext &C).