mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-26 05:32:25 +00:00
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@124544 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
31726c154d
commit
5413880654
@ -710,7 +710,7 @@ static Value *SimplifyMulInst(Value *Op0, Value *Op1, const TargetData *TD,
|
||||
if (match(Op1, m_One()))
|
||||
return Op0;
|
||||
|
||||
/// i1 mul -> and.
|
||||
// i1 mul -> and.
|
||||
if (MaxRecurse && Op0->getType()->isIntegerTy(1))
|
||||
if (Value *V = SimplifyAndInst(Op0, Op1, TD, DT, MaxRecurse-1))
|
||||
return V;
|
||||
|
Loading…
Reference in New Issue
Block a user