Test commit access

llvm-svn: 263165
This commit is contained in:
Marianne Mailhot-Sarrasin 2016-03-10 21:54:25 +00:00
parent 8c9f00f788
commit eddc5b130e
1 changed files with 1 additions and 1 deletions

View File

@ -886,7 +886,7 @@ bool BranchFolder::TryTailMergeBlocks(MachineBasicBlock *SuccBB,
MachineBasicBlock *MBB = SameTails[commonTailIndex].getBlock();
// Recompute commont tail MBB's edge weights and block frequency.
// Recompute common tail MBB's edge weights and block frequency.
setCommonTailEdgeWeights(*MBB);
// MBB is common tail. Adjust all other BB's to jump to this one.