mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-18 10:31:57 +00:00
Clean up code format a bit.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176412 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7ccf46395e
commit
65da9f1ce1
@ -4468,12 +4468,10 @@ SDValue ARMTargetLowering::LowerBUILD_VECTOR(SDValue Op, SelectionDAG &DAG,
|
||||
DAG.getNode(ISD::INSERT_VECTOR_ELT, dl, VT, DAG.getUNDEF(VT),
|
||||
Value, DAG.getConstant(index, MVT::i32)),
|
||||
DAG.getConstant(index, MVT::i32));
|
||||
} else {
|
||||
} else
|
||||
N = DAG.getNode(ARMISD::VDUPLANE, dl, VT,
|
||||
Value->getOperand(0), Value->getOperand(1));
|
||||
}
|
||||
}
|
||||
else
|
||||
} else
|
||||
N = DAG.getNode(ARMISD::VDUP, dl, VT, Value);
|
||||
|
||||
if (!usesOnlyOneValue) {
|
||||
|
Loading…
Reference in New Issue
Block a user