mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 06:27:56 +00:00
Initialize mdnNext.
llvm-svn: 77229
This commit is contained in:
parent
fa630cca3f
commit
579ccbe163
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user