mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-21 21:41:43 +00:00
fix typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@90793 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e05a188cd6
commit
6045417fcc
@ -120,7 +120,7 @@ Value *PHITransAddr::PHITranslateSubExpr(Value *V, BasicBlock *CurBB,
|
||||
Value *GEPOp = PHITranslateSubExpr(GEP->getOperand(i), CurBB, PredBB);
|
||||
if (GEPOp == 0) return 0;
|
||||
|
||||
AnyChanged = GEPOp != GEP->getOperand(i);
|
||||
AnyChanged |= GEPOp != GEP->getOperand(i);
|
||||
GEPOps.push_back(GEPOp);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user