mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 04:30:23 +00:00
SimplifyCFG: Fix typo in comment for ComputeSpeculationCost
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183078 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c2b4be2a7
commit
f7dad7833c
@ -281,7 +281,7 @@ static Value *GetIfCondition(BasicBlock *BB, BasicBlock *&IfTrue,
|
||||
return BI->getCondition();
|
||||
}
|
||||
|
||||
/// ComputeSpeculuationCost - Compute an abstract "cost" of speculating the
|
||||
/// ComputeSpeculationCost - Compute an abstract "cost" of speculating the
|
||||
/// given instruction, which is assumed to be safe to speculate. 1 means
|
||||
/// cheap, 2 means less cheap, and UINT_MAX means prohibitively expensive.
|
||||
static unsigned ComputeSpeculationCost(const User *I) {
|
||||
|
Loading…
Reference in New Issue
Block a user