[llvm] r175024 - Fix comment.

Eric Christopher echristo at gmail.com
Tue Feb 12 23:18:29 PST 2013


On Tue, Feb 12, 2013 at 11:16 PM, Tobias Grosser <tobias at grosser.es> wrote:

> On 02/13/2013 03:29 AM, Eric Christopher wrote:
>
>> Author: echristo
>> Date: Tue Feb 12 20:29:18 2013
>> New Revision: 175024
>>
>> URL: http://llvm.org/viewvc/llvm-**project?rev=175024&view=rev<http://llvm.org/viewvc/llvm-project?rev=175024&view=rev>
>> Log:
>> Fix comment.
>>
>> Modified:
>>      llvm/trunk/lib/CodeGen/**LiveDebugVariables.cpp
>>
>> Modified: llvm/trunk/lib/CodeGen/**LiveDebugVariables.cpp
>> URL: http://llvm.org/viewvc/llvm-**project/llvm/trunk/lib/**
>> CodeGen/LiveDebugVariables.**cpp?rev=175024&r1=175023&r2=**
>> 175024&view=diff<http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/LiveDebugVariables.cpp?rev=175024&r1=175023&r2=175024&view=diff>
>> ==============================**==============================**
>> ==================
>> --- llvm/trunk/lib/CodeGen/**LiveDebugVariables.cpp (original)
>> +++ llvm/trunk/lib/CodeGen/**LiveDebugVariables.cpp Tue Feb 12 20:29:18
>> 2013
>> @@ -260,7 +260,7 @@ public:
>>     /// provided virtual register map.
>>     void rewriteLocations(VirtRegMap &VRM, const TargetRegisterInfo &TRI);
>>
>> -  /// emitDebugVariables - Recreate DBG_VALUE instruction from data
>> structures.
>> +  /// emitDebugValues - Recreate DBG_VALUE instruction from data
>> structures.
>>
>
> Hi Eric,
>
> you could probably just remove the function name entirely. I had the
> feeling that's what most people are moving to.
>

Yeah, I just didn't feel like redoing the docs for the entire file tonight
:)

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20130212/23404b79/attachment.html>


More information about the llvm-commits mailing list