diff --git a/lib/Target/SystemZ/SystemZLongBranch.cpp b/lib/Target/SystemZ/SystemZLongBranch.cpp index 72411122956..b1964321c78 100644 --- a/lib/Target/SystemZ/SystemZLongBranch.cpp +++ b/lib/Target/SystemZ/SystemZLongBranch.cpp @@ -162,7 +162,7 @@ private: void relaxBranches(); const SystemZInstrInfo *TII = nullptr; - MachineFunction *MF; + MachineFunction *MF = nullptr; SmallVector MBBs; SmallVector Terminators; };