summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-08-25 20:41:24 +0000
committerDevang Patel <dpatel@apple.com>2010-08-25 20:41:24 +0000
commitab43add695179614927766269df08b22c157f931 (patch)
tree4dbb961f193ff1dd050b1b34b187545e35dd839c /lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parent78a06e50b74e5390e3d77bd80d0393191820c7c2 (diff)
downloadllvm-ab43add695179614927766269df08b22c157f931.tar.gz
llvm-ab43add695179614927766269df08b22c157f931.tar.bz2
llvm-ab43add695179614927766269df08b22c157f931.tar.xz
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112086 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index bd7ec28f07..2ba88974ab 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/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);
};