[llvm-branch-commits] [llvm-branch] r102607 - /llvm/branches/Apple/Morbo/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h

Evan Cheng evan.cheng at apple.com
Wed Apr 28 23:59:06 PDT 2010


Author: evancheng
Date: Thu Apr 29 01:59:06 2010
New Revision: 102607

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

Modified:
    llvm/branches/Apple/Morbo/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h

Modified: llvm/branches/Apple/Morbo/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Morbo/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h?rev=102607&r1=102606&r2=102607&view=diff
==============================================================================
--- llvm/branches/Apple/Morbo/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h (original)
+++ llvm/branches/Apple/Morbo/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h Thu Apr 29 01:59:06 2010
@@ -79,6 +79,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-branch-commits mailing list