mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-29 06:53:53 +00:00
Fix a typo in a comment that Frits von Bommel noticed.
llvm-svn: 73796
This commit is contained in:
parent
d3c3963eea
commit
a81541945b
@ -2118,7 +2118,7 @@ ICmpInst *LoopStrengthReduce::OptimizeMax(Loop *L, ICmpInst *Cond,
|
||||
const SCEVNAryExpr *Max = cast<SCEVNAryExpr>(IterationCount);
|
||||
if (Max != SE->getSCEV(Sel)) return Cond;
|
||||
|
||||
// Two handle a max with more than two operands, this optimization would
|
||||
// To handle a max with more than two operands, this optimization would
|
||||
// require additional checking and setup.
|
||||
if (Max->getNumOperands() != 2)
|
||||
return Cond;
|
||||
|
Loading…
Reference in New Issue
Block a user