[cfe-commits] r107570 - /cfe/trunk/lib/CodeGen/CGBuilder.h
Chris Lattner
clattner at apple.com
Tue Jul 6 13:33:36 PDT 2010
Thanks!
On Jul 6, 2010, at 11:45 AM, John McCall wrote:
> On Jul 6, 2010, at 9:26 AM, Chris Lattner wrote:
>> On Jul 3, 2010, at 2:25 AM, John McCall wrote:
>>> Author: rjmccall
>>> Date: Sat Jul 3 04:25:20 2010
>>> New Revision: 107570
>>>
>>> URL: http://llvm.org/viewvc/llvm-project?rev=107570&view=rev
>>> Log:
>>> Provide convenience routines to save and restore the current insertion
>>> point.
>>
>> Why not implement this in the main IRBuilder class? There doesn't seem anything clang-specific here.
>
> Good point! Now done.
>
> John.
More information about the cfe-commits
mailing list