mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-25 03:30:37 +00:00
fix typos; NFC
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@240699 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0999c2c69c
commit
7db079305c
@ -1445,8 +1445,8 @@ void SelectionDAGBuilder::FindMergedConditions(const Value *Cond,
|
||||
// We have flexibility in setting Prob for BB1 and Prob for TmpBB.
|
||||
// The requirement is that
|
||||
// TrueProb for BB1 + (FalseProb for BB1 * TrueProb for TmpBB)
|
||||
// = TrueProb for orignal BB.
|
||||
// Assuming the orignal weights are A and B, one choice is to set BB1's
|
||||
// = TrueProb for original BB.
|
||||
// Assuming the original weights are A and B, one choice is to set BB1's
|
||||
// weights to A and A+2B, and set TmpBB's weights to A and 2B. This choice
|
||||
// assumes that
|
||||
// TrueProb for BB1 == FalseProb for BB1 * TrueProb for TmpBB.
|
||||
@ -1481,8 +1481,8 @@ void SelectionDAGBuilder::FindMergedConditions(const Value *Cond,
|
||||
// We have flexibility in setting Prob for BB1 and Prob for TmpBB.
|
||||
// The requirement is that
|
||||
// FalseProb for BB1 + (TrueProb for BB1 * FalseProb for TmpBB)
|
||||
// = FalseProb for orignal BB.
|
||||
// Assuming the orignal weights are A and B, one choice is to set BB1's
|
||||
// = FalseProb for original BB.
|
||||
// Assuming the original weights are A and B, one choice is to set BB1's
|
||||
// weights to 2A+B and B, and set TmpBB's weights to 2A and B. This choice
|
||||
// assumes that
|
||||
// FalseProb for BB1 == TrueProb for BB1 * FalseProb for TmpBB.
|
||||
|
Loading…
x
Reference in New Issue
Block a user