[llvm-commits] [llvm] r93757 - in /llvm/trunk: lib/Transforms/Utils/ValueMapper.cpp test/FrontendC/2010-01-18-Inlined-Debug.c

Devang Patel dpatel at apple.com
Mon Jan 18 15:28:46 PST 2010


On Jan 18, 2010, at 2:25 PM, Chris Lattner wrote:

> On Jan 18, 2010, at 11:52 AM, Devang Patel wrote:
> 
>> Author: dpatel
>> Date: Mon Jan 18 13:52:14 2010
>> New Revision: 93757
>> 
>> URL: http://llvm.org/viewvc/llvm-project?rev=93757&view=rev
>> Log:
>> While mapping llvm.dbg.declare intrinsic manually map its operand, if possible,
>> because it points to an alloca instruction through metadata.
> 
> Thanks for the fix Devang.  While I appreciate the expedient fix, shouldn't this code map *all* function-local metadata?

Yes. 

>  I don't see what is specific to debug info here.


-
Devang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20100118/88ef9b90/attachment.html>


More information about the llvm-commits mailing list