forked from OSchip/llvm-project
parent
81f347fe6d
commit
f08bfdc29f
|
@ -4137,7 +4137,7 @@ SelectionDAGBuilder::visitIntrinsicCall(const CallInst &I, unsigned Intrinsic) {
|
|||
return 0;
|
||||
DAG.AddDbgValue(SDV, N.getNode(), isParameter);
|
||||
} else {
|
||||
// If Address is an arugment then try to emits its dbg value using
|
||||
// If Address is an argument then try to emits its dbg value using
|
||||
// virtual register info from the FuncInfo.ValueMap.
|
||||
if (!EmitFuncArgumentDbgValue(Address, Variable, 0, N)) {
|
||||
// If variable is pinned by a alloca in dominating bb then
|
||||
|
|
Loading…
Reference in New Issue