1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

[PowerPC] Remove unused variable. NFC.

llvm-svn: 365235
This commit is contained in:
Benjamin Kramer 2019-07-05 19:28:02 +00:00
parent eaf0bd108b
commit f8e864680b

View File

@ -217,7 +217,6 @@ void PPCMIPeephole::UpdateTOCSaves(
assert(MF->getSubtarget<PPCSubtarget>().isELFv2ABI() &&
"TOC-save removal only supported on ELFv2");
PPCFunctionInfo *FI = MF->getInfo<PPCFunctionInfo>();
MachineFrameInfo &MFI = MF->getFrameInfo();
MachineBasicBlock *Entry = &MF->front();
uint64_t CurrBlockFreq = MBFI->getBlockFreq(MI->getParent()).getFrequency();