summaryrefslogtreecommitdiff
path: root/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-08-25 20:39:26 +0000
committerDevang Patel <dpatel@apple.com>2010-08-25 20:39:26 +0000
commit78a06e50b74e5390e3d77bd80d0393191820c7c2 (patch)
tree2ee5eb390f38ad355c406795cefb668ad8baa2a2 /lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
parentc52b3cced8aebbc665021ec6b8bcd0974c4ad7ae (diff)
downloadllvm-78a06e50b74e5390e3d77bd80d0393191820c7c2.tar.gz
llvm-78a06e50b74e5390e3d77bd80d0393191820c7c2.tar.bz2
llvm-78a06e50b74e5390e3d77bd80d0393191820c7c2.tar.xz
Remove dead argument.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112085 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
-rw-r--r--lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
index bc3fd62c3f..bd7ec28f07 100644
--- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
+++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h
@@ -532,8 +532,7 @@ private:
/// 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.
- bool EmitFuncArgumentDbgValue(const DbgValueInst &DI,
- const Value *V, MDNode *Variable,
+ bool EmitFuncArgumentDbgValue(const Value *V, MDNode *Variable,
uint64_t Offset, const SDValue &N);
};