[cfe-commits] r107322 - /cfe/trunk/lib/CodeGen/CGCall.cpp

Chris Lattner clattner at apple.com
Wed Jun 30 18:32:15 PDT 2010


On Jun 30, 2010, at 2:27 PM, Daniel Dunbar wrote:

> Author: ddunbar
> Date: Wed Jun 30 16:27:58 2010
> New Revision: 107322
> 
> URL: http://llvm.org/viewvc/llvm-project?rev=107322&view=rev
> Log:
> IRgen: Fix debug info regression in r106970; when we eliminate the return value
> store make sure to move the debug metadata from the store (which is actual
> 'return' statement location) to the return instruction (which otherwise would
> have the function end location as its debug info).
> - Tested by gdb test suite.

Thanks Daniel!!

-Chris



More information about the cfe-commits mailing list