diff options
author | Adrian Prantl <aprantl@apple.com> | 2014-04-25 18:18:09 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2014-04-25 18:18:09 +0000 |
commit | d2d9b76e484cccc8ab60bf11a93b2be7c7429019 (patch) | |
tree | 2d5a2ed534bb7be63eca836bd186549fc18224d9 /llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | |
parent | a16a629ef6a3c18d1be1c2008f11dc5b446ad670 (diff) | |
download | bcm5719-llvm-d2d9b76e484cccc8ab60bf11a93b2be7c7429019.tar.gz bcm5719-llvm-d2d9b76e484cccc8ab60bf11a93b2be7c7429019.zip |
Revert "This reapplies r207130 with an additional testcase+and a missing check for"
This reverts commit 207235 to investigate msan buildbot breakage.
llvm-svn: 207250
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 fb29691ee41..a04108d56ad 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -785,8 +785,7 @@ private: /// 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, - int64_t Offset, bool IsIndirect, - const SDValue &N); + int64_t Offset, const SDValue &N); }; } // end namespace llvm |