X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=lib%2FCodeGen%2FSelectionDAG%2FSelectionDAGBuilder.h;h=f52c0e0b31e58b2cb9d26d37a75e119f755e747c;hb=9e8a2b93465bc8abd9b318faebb256b1c168baa9;hp=b07d70a4dabd02635daff9a247409fb779824527;hpb=c924556dd5fd3a3912d5e9ce201ee571bdefdd1a;p=oota-llvm.git diff --git a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h index b07d70a4dab..f52c0e0b31e 100644 --- a/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h +++ b/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h @@ -502,7 +502,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. - void EmitFuncArgumentDbgValue(const DbgValueInst &DI, + bool EmitFuncArgumentDbgValue(const DbgValueInst &DI, const Value *V, MDNode *Variable, uint64_t Offset, SDValue &N); };