mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-17 21:35:07 +00:00
Tidy up spacing.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155733 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
da71cca458
commit
b4a8aef96d
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user