projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8ab3bd
)
Add comment.
author
Evan Cheng
<evan.cheng@apple.com>
Thu, 29 Apr 2010 06:58:53 +0000
(06:58 +0000)
committer
Evan Cheng
<evan.cheng@apple.com>
Thu, 29 Apr 2010 06:58:53 +0000
(06:58 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102606
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
b/lib/CodeGen/SelectionDAG/FunctionLoweringInfo.h
index ae356e2dfb7c4e077f8bf07c357873ecf102bdbd..4067a5b330447cd0bb161e1944f0f91e7dc99728 100644
(file)
--- 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