diff options
author | Evan Cheng <evan.cheng@apple.com> | 2010-04-29 06:58:53 +0000 |
---|---|---|
committer | Evan Cheng <evan.cheng@apple.com> | 2010-04-29 06:58:53 +0000 |
commit | 8fed76115e8052a8835f0ad217ad68482f83a7c9 (patch) | |
tree | 13512a76ce770c302ef26307f3e96a7cd82a9838 | |
parent | e8ab3bd3a5c53827dff622723f0834a8f641b1e9 (diff) |
Add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102606 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h index ae356e2dfb..4067a5b330 100644 --- a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h +++ b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h @@ -76,6 +76,8 @@ public: /// 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 |