[llvm] r175024 - Fix comment.

Tobias Grosser tobias at grosser.es
Tue Feb 12 23:16:34 PST 2013


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
> 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
> ==============================================================================
> --- 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.

Tobi




More information about the llvm-commits mailing list