[X86] Fix bad indentation. NFC

llvm-svn: 344471
This commit is contained in:
Craig Topper 2018-10-14 04:01:40 +00:00
parent ec4b75f47a
commit 20fa085d74
1 changed files with 1 additions and 1 deletions

View File

@ -19946,7 +19946,7 @@ static SDValue LowerStore(SDValue Op, const X86Subtarget &Subtarget,
// Without AVX512DQ, we need to use a scalar type for v2i1/v4i1/v8i1 loads.
if (StoredVal.getValueType().isVector() &&
StoredVal.getValueType().getVectorElementType() == MVT::i1) {
StoredVal.getValueType().getVectorElementType() == MVT::i1) {
assert(StoredVal.getValueType().getVectorNumElements() <= 8 &&
"Unexpected VT");
assert(!St->isTruncatingStore() && "Expected non-truncating store");