[llvm-commits] [llvm] r102606 - /llvm/trunk/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h

Evan Cheng evan.cheng at apple.com
Wed Apr 28 23:58:53 PDT 2010


Author: evancheng
Date: Thu Apr 29 01:58:53 2010
New Revision: 102606

URL: http://llvm.org/viewvc/llvm-project?rev=102606&view=rev
Log:
Add comment.

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h?rev=102606&r1=102605&r2=102606&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h Thu Apr 29 01:58:53 2010
@@ -76,6 +76,8 @@
   /// anywhere in the function.
   DenseMap<const AllocaInst*, int> StaticAllocaMap;
 
+  /// ArgDbgValues - A list of DBG_VALUE instructions created during isel for
+  /// function arguments that are inserted after scheduling is completed.
   SmallVector<MachineInstr*, 8> ArgDbgValues;
 
 #ifndef NDEBUG





More information about the llvm-commits mailing list