Initialize mdnNext.

llvm-svn: 77229
This commit is contained in:
Devang Patel 2009-07-27 18:42:56 +00:00
parent fa630cca3f
commit 579ccbe163

View File

@ -585,7 +585,7 @@ SlotTracker::SlotTracker(const Module *M)
// function provided to be added to the slot table.
SlotTracker::SlotTracker(const Function *F)
: TheModule(F ? F->getParent() : 0), TheFunction(F), FunctionProcessed(false),
TheMDNode(0), mNext(0), fNext(0) {
TheMDNode(0), mNext(0), fNext(0), mdnNext(0) {
}
// Constructor to handle single MDNode.