mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-31 20:51:52 +01:00
SlotIndexes - add missing initializer. NFCI.
llvm-svn: 366015
This commit is contained in:
parent
b43d2c10ca
commit
9326af3f25
@ -347,7 +347,7 @@ class raw_ostream;
|
||||
public:
|
||||
static char ID;
|
||||
|
||||
SlotIndexes() : MachineFunctionPass(ID) {
|
||||
SlotIndexes() : MachineFunctionPass(ID), mf(nullptr) {
|
||||
initializeSlotIndexesPass(*PassRegistry::getPassRegistry());
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user