diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-06-23 16:35:32 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2017-06-23 16:35:32 +0000 |
commit | 6e85e92b6c63669c2c7f316fb744d828d17130cd (patch) | |
tree | 7cb744353098195096ed66bdae676bdcaeeb23cb /llvm/lib/Target/X86/X86ISelLowering.cpp | |
parent | 4b4eec70090fe957eafa79ef7d43636f4d3b7161 (diff) | |
download | bcm5719-llvm-6e85e92b6c63669c2c7f316fb744d828d17130cd.tar.gz bcm5719-llvm-6e85e92b6c63669c2c7f316fb744d828d17130cd.zip |
Remove trailing whitespace. NFCI.
llvm-svn: 306121
Diffstat (limited to 'llvm/lib/Target/X86/X86ISelLowering.cpp')
-rw-r--r-- | llvm/lib/Target/X86/X86ISelLowering.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index b7e008c46a7..cf88673351e 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -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 |