Initialize mdnNext.
authorDevang Patel <dpatel@apple.com>
Mon, 27 Jul 2009 18:42:56 +0000 (18:42 +0000)
committerDevang Patel <dpatel@apple.com>
Mon, 27 Jul 2009 18:42:56 +0000 (18:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@77229 91177308-0d34-0410-b5e6-96231b3b80d8

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.