mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Fix typos:
* libaries => libraries * avaiable => available git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@215366 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -338,7 +338,7 @@ protected:
|
||||
void setLoopLandBlock(MachineLoop *LoopRep, MachineBasicBlock *MBB = nullptr);
|
||||
|
||||
MachineBasicBlock *findNearestCommonPostDom(std::set<MachineBasicBlock *>&);
|
||||
/// This is work around solution for findNearestCommonDominator not avaiable
|
||||
/// This is work around solution for findNearestCommonDominator not available
|
||||
/// to post dom a proper fix should go to Dominators.h.
|
||||
MachineBasicBlock *findNearestCommonPostDom(MachineBasicBlock *MBB1,
|
||||
MachineBasicBlock *MBB2);
|
||||
|
Reference in New Issue
Block a user