commit | 0e82acdb5538286d0e48c7e6b92e0db7325045a9 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Thu Apr 29 06:58:53 2010 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Thu Apr 29 06:58:53 2010 +0000 |
tree | 13512a76ce770c302ef26307f3e96a7cd82a9838 | |
parent | c0cf0ba1c5f40bd8313e3fc71f7f70be7a658a34 [diff] [blame] |
Add comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102606 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h index ae356e2..4067a5b 100644 --- a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h +++ b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
@@ -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