summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2009-07-27 18:42:56 +0000
committerDevang Patel <dpatel@apple.com>2009-07-27 18:42:56 +0000
commit072833539bb9169e9ad52e5d9167e77bfb6dd9d0 (patch)
tree2db187d82fd8963a60a93c7ba99a654461ed44c9 /llvm/lib
parent6a3b3fe98a04d9e761d833735037c45b8472e286 (diff)
downloadbcm5719-llvm-072833539bb9169e9ad52e5d9167e77bfb6dd9d0.tar.gz
bcm5719-llvm-072833539bb9169e9ad52e5d9167e77bfb6dd9d0.zip
Initialize mdnNext.
llvm-svn: 77229
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/VMCore/AsmWriter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/VMCore/AsmWriter.cpp b/llvm/lib/VMCore/AsmWriter.cpp
index 38538132060..11d238eba25 100644
--- a/llvm/lib/VMCore/AsmWriter.cpp
+++ b/llvm/lib/VMCore/AsmWriter.cpp
@@ -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.
OpenPOWER on IntegriCloud