1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

Tidy up spacing.

llvm-svn: 155733
This commit is contained in:
Craig Topper 2012-04-27 21:05:09 +00:00
parent d337b7cc8a
commit b06100424e

View File

@ -14457,8 +14457,8 @@ static SDValue PerformSTORECombine(SDNode *N, SelectionDAG &DAG,
// 128-bit ones. If in the future the cost becomes only one memory access the
// first version would be better.
if (VT.getSizeInBits() == 256 &&
StoredVal.getNode()->getOpcode() == ISD::CONCAT_VECTORS &&
StoredVal.getNumOperands() == 2) {
StoredVal.getNode()->getOpcode() == ISD::CONCAT_VECTORS &&
StoredVal.getNumOperands() == 2) {
SDValue Value0 = StoredVal.getOperand(0);
SDValue Value1 = StoredVal.getOperand(1);