]> granicus.if.org Git - llvm/commitdiff
Remove trailing whitespace. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 23 Jun 2017 16:35:32 +0000 (16:35 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 23 Jun 2017 16:35:32 +0000 (16:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@306121 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86ISelLowering.cpp

index b7e008c46a77ffb32e31dea3b7d048569ad3e2be..cf88673351e6bfe5364201591e2aedfa140bd505 100644 (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