X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FSelectionDAG%2FSelectionDAGBuilder.h;h=a04108d56adf691e23865242a5235c530dd09e47;hb=25c74de50059076d87fda6fe01cb53aea9a3c302;hp=fb29691ee4177077f26a915a339158e7b716506a;hpb=50e7ba14ca8ec3a3f4bd6ca0b15dfacfda58ec06;p=oota-llvm.git diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index fb29691ee41..a04108d56ad 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/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