X86CondBrFolding - remove non-existent fixBranchProb function. NFC.

This commit is contained in:
Simon Pilgrim 2019-11-07 16:41:48 +00:00
parent bcd7674e06
commit f083240679
1 changed files with 0 additions and 2 deletions

View File

@ -115,8 +115,6 @@ private:
void optimizeCondBr(MachineBasicBlock &MBB,
SmallVectorImpl<MachineBasicBlock *> &BranchPath);
void fixBranchProb(MachineBasicBlock *NextMBB, MachineBasicBlock *RootMBB,
SmallVectorImpl<MachineBasicBlock *> &BranchPath);
void replaceBrDest(MachineBasicBlock *MBB, MachineBasicBlock *OrigDest,
MachineBasicBlock *NewDest);
void fixupModifiedCond(MachineBasicBlock *MBB);