mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-24 22:24:54 +00:00
Fix typo, fix PR 2865.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57221 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -940,8 +940,8 @@ bool LoopIndexSplit::updateLoopIterationSpace(SplitInfo &SD) {
|
||||
|
||||
if (Op0->getPredicate() == ICmpInst::ICMP_EQ
|
||||
|| Op0->getPredicate() == ICmpInst::ICMP_NE
|
||||
|| Op0->getPredicate() == ICmpInst::ICMP_EQ
|
||||
|| Op0->getPredicate() == ICmpInst::ICMP_NE)
|
||||
|| Op1->getPredicate() == ICmpInst::ICMP_EQ
|
||||
|| Op1->getPredicate() == ICmpInst::ICMP_NE)
|
||||
return false;
|
||||
|
||||
// Check if SplitCondition dominates entire loop body
|
||||
|
Reference in New Issue
Block a user