Remove trailing whitespace. NFCI.

llvm-svn: 306121
This commit is contained in:
Simon Pilgrim 2017-06-23 16:35:32 +00:00
parent 4b4eec7009
commit 6e85e92b6c
1 changed files with 1 additions and 1 deletions

View File

@ -23710,7 +23710,7 @@ static SDValue LowerMGATHER(SDValue Op, const X86Subtarget &Subtarget,
return DAG.getMergeValues(RetOps, dl);
}
if (N->getMemoryVT() == MVT::v2i32 && Subtarget.hasVLX()) {
// There is a special case when the return type is v2i32 is illegal and
// There is a special case when the return type is v2i32 is illegal and
// the type legaizer extended it to v2i64. Without this conversion we end up
// with VPGATHERQQ (reading q-words from the memory) instead of VPGATHERQD.
// In order to avoid this situation, we'll build an X86 specific Gather node