mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-01 09:18:45 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112086 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
78a06e50b7
commit
ab43add695
@ -528,10 +528,9 @@ private:
|
||||
|
||||
void HandlePHINodesInSuccessorBlocks(const BasicBlock *LLVMBB);
|
||||
|
||||
/// EmitFuncArgumentDbgValue - If the DbgValueInst is a dbg_value of a
|
||||
/// function argument, create the corresponding DBG_VALUE machine instruction
|
||||
/// for it now. At the end of instruction selection, they will be inserted to
|
||||
/// the entry BB.
|
||||
/// EmitFuncArgumentDbgValue - If V is an function argument then create
|
||||
/// corresponding DBG_VALUE machine instruction for it now. At the end of
|
||||
/// instruction selection, they will be inserted to the entry BB.
|
||||
bool EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable,
|
||||
uint64_t Offset, const SDValue &N);
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user