diff options
| author | Devang Patel <dpatel@apple.com> | 2010-08-25 20:39:26 +0000 |
|---|---|---|
| committer | Devang Patel <dpatel@apple.com> | 2010-08-25 20:39:26 +0000 |
| commit | 3f53d6e56a46aacd62efa535bca6770054066ffd (patch) | |
| tree | 2497370856314ad903a0760c61e8a75d427f9b23 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
| parent | 7c1b421ae662fb46575cfc64cf95de8552f7363d (diff) | |
| download | bcm5719-llvm-3f53d6e56a46aacd62efa535bca6770054066ffd.tar.gz bcm5719-llvm-3f53d6e56a46aacd62efa535bca6770054066ffd.zip | |
Remove dead argument.
llvm-svn: 112085
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h')
| -rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index bc3fd62c3f2..bd7ec28f072 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/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); }; |

