Tidy up spacing.

llvm-svn: 155733
This commit is contained in:
Craig Topper 2012-04-27 21:05:09 +00:00
parent 73fd08d5bd
commit 42cd8d2c00
1 changed files with 2 additions and 2 deletions

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 // 128-bit ones. If in the future the cost becomes only one memory access the
// first version would be better. // first version would be better.
if (VT.getSizeInBits() == 256 && if (VT.getSizeInBits() == 256 &&
StoredVal.getNode()->getOpcode() == ISD::CONCAT_VECTORS && StoredVal.getNode()->getOpcode() == ISD::CONCAT_VECTORS &&
StoredVal.getNumOperands() == 2) { StoredVal.getNumOperands() == 2) {
SDValue Value0 = StoredVal.getOperand(0); SDValue Value0 = StoredVal.getOperand(0);
SDValue Value1 = StoredVal.getOperand(1); SDValue Value1 = StoredVal.getOperand(1);