mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Fix uninitialized variable warning. NFCI.
This commit is contained in:
parent
3ae81a6740
commit
fe2040c0e4
@ -162,7 +162,7 @@ private:
|
||||
void relaxBranches();
|
||||
|
||||
const SystemZInstrInfo *TII = nullptr;
|
||||
MachineFunction *MF;
|
||||
MachineFunction *MF = nullptr;
|
||||
SmallVector<MBBInfo, 16> MBBs;
|
||||
SmallVector<TerminatorInfo, 16> Terminators;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user