modified.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@102816
91177308-0d34-0410-b5e6-
96231b3b80d8
bool
SelectionDAGBuilder::EmitFuncArgumentDbgValue(const DbgValueInst &DI,
const Value *V, MDNode *Variable,
- uint64_t Offset, SDValue &N) {
+ uint64_t Offset,
+ const SDValue &N) {
if (!isa<Argument>(V))
return false;
/// the entry BB.
bool EmitFuncArgumentDbgValue(const DbgValueInst &DI,
const Value *V, MDNode *Variable,
- uint64_t Offset, SDValue &N);
+ uint64_t Offset, const SDValue &N);
};
} // end namespace llvm