forked from OSchip/llvm-project
SlotIndexes - add missing initializer. NFCI.
llvm-svn: 366015
This commit is contained in:
parent
44a4bf95dd
commit
a3f9240bfb
|
@ -347,7 +347,7 @@ class raw_ostream;
|
||||||
public:
|
public:
|
||||||
static char ID;
|
static char ID;
|
||||||
|
|
||||||
SlotIndexes() : MachineFunctionPass(ID) {
|
SlotIndexes() : MachineFunctionPass(ID), mf(nullptr) {
|
||||||
initializeSlotIndexesPass(*PassRegistry::getPassRegistry());
|
initializeSlotIndexesPass(*PassRegistry::getPassRegistry());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue