[llvm] r306121 - Remove trailing whitespace. NFCI.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 23 09:35:32 PDT 2017
Author: rksimon
Date: Fri Jun 23 11:35:32 2017
New Revision: 306121
URL: http://llvm.org/viewvc/llvm-project?rev=306121&view=rev
Log:
Remove trailing whitespace. NFCI.
Modified:
llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
Modified: llvm/trunk/lib/Target/X86/X86ISelLowering.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/X86/X86ISelLowering.cpp?rev=306121&r1=306120&r2=306121&view=diff
==============================================================================
--- llvm/trunk/lib/Target/X86/X86ISelLowering.cpp (original)
+++ llvm/trunk/lib/Target/X86/X86ISelLowering.cpp Fri Jun 23 11:35:32 2017
@@ -23710,7 +23710,7 @@ static SDValue LowerMGATHER(SDValue Op,
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
More information about the llvm-commits
mailing list