Fix indentation. NFCI.

llvm-svn: 294959
This commit is contained in:
Simon Pilgrim 2017-02-13 15:31:08 +00:00
parent 3444e9fa15
commit fd6a84fbaa
1 changed files with 1 additions and 1 deletions

View File

@ -7963,7 +7963,7 @@ static bool isShuffleEquivalent(SDValue V1, SDValue V2, ArrayRef<int> Mask,
ExpectedBV->getOperand(ExpectedMask[i] % Size))
return false;
}
}
}
return true;
}