Initialize mdnNext.
[oota-llvm.git] / lib / VMCore / AsmWriter.cpp
index 3853813206010bcd07433f02656155f011703762..11d238eba25d5a68f14144362075f8378094f15f 100644 (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.