diff options
author | Devang Patel <dpatel@apple.com> | 2010-08-25 20:41:24 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2010-08-25 20:41:24 +0000 |
commit | 32a72ab072d98cb55cce3b812ff2336eb5e25fcc (patch) | |
tree | 394b7587062584ae3b1c306ada7f9bb08369b492 /llvm/lib/CodeGen | |
parent | 3f53d6e56a46aacd62efa535bca6770054066ffd (diff) | |
download | bcm5719-llvm-32a72ab072d98cb55cce3b812ff2336eb5e25fcc.tar.gz bcm5719-llvm-32a72ab072d98cb55cce3b812ff2336eb5e25fcc.zip |
Fix comment.
llvm-svn: 112086
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index bd7ec28f072..2ba88974abe 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -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); }; |