[llvm-commits] [llvm] r112086 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Devang Patel
dpatel at apple.com
Wed Aug 25 13:41:24 PDT 2010
Author: dpatel
Date: Wed Aug 25 15:41:24 2010
New Revision: 112086
URL: http://llvm.org/viewvc/llvm-project?rev=112086&view=rev
Log:
Fix comment.
Modified:
llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h?rev=112086&r1=112085&r2=112086&view=diff
==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h Wed Aug 25 15:41:24 2010
@@ -528,10 +528,9 @@
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);
};
More information about the llvm-commits
mailing list