mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-08 04:51:23 +00:00
Fix indentation.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101001 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3fddbb337d
commit
5ee60f7508
@ -2689,7 +2689,7 @@ const SCEV *ScalarEvolution::createNodeForPHI(PHINode *PN) {
|
||||
// If StartVal = j.start - j.stride, we can use StartVal as the
|
||||
// initial step of the addrec evolution.
|
||||
if (StartVal == getMinusSCEV(AddRec->getOperand(0),
|
||||
AddRec->getOperand(1))) {
|
||||
AddRec->getOperand(1))) {
|
||||
const SCEV *PHISCEV =
|
||||
getAddRecExpr(StartVal, AddRec->getOperand(1), L);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user