mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-01 01:14:12 +00:00
Remove tab characters.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188365 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
158ec07008
commit
8971717313
@ -5679,7 +5679,7 @@ X86TargetLowering::LowerBUILD_VECTORvXi1(SDValue Op, SelectionDAG &DAG) const {
|
||||
SDValue FullMask = DAG.getNode(ISD::BITCAST, dl, MVT::v16i1,
|
||||
DAG.getConstant(Immediate, MVT::i16));
|
||||
return DAG.getNode(ISD::EXTRACT_SUBVECTOR, dl, VT, FullMask,
|
||||
DAG.getIntPtrConstant(0));
|
||||
DAG.getIntPtrConstant(0));
|
||||
}
|
||||
|
||||
if (!isSplatVector(Op.getNode()))
|
||||
|
Loading…
Reference in New Issue
Block a user