]> granicus.if.org Git - llvm/commitdiff
Small modification <NFC>
authorMichael Zuckerman <Michael.zuckerman@intel.com>
Fri, 29 Sep 2017 12:45:54 +0000 (12:45 +0000)
committerMichael Zuckerman <Michael.zuckerman@intel.com>
Fri, 29 Sep 2017 12:45:54 +0000 (12:45 +0000)
Change-Id: I360abccee12cae29bd2ac4f8399c9ecc92eb7f13

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314510 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/X86/X86InterleavedAccess.cpp

index ff7244f62194a1e877965dc388ebd6d651c10c0f..e93ec274ee902c89dda85294aada49adab4add71 100644 (file)
@@ -536,7 +536,7 @@ static void group2Shuffle(MVT VT, SmallVectorImpl<uint32_t> &Mask,
 // By computing the shuffle on a sequence of 16 elements(one lane) and add the
 // correct offset. We are creating a vpsuffed + blend sequence between two
 // shuffles.
-static void genShuffleBland(MVT VT, SmallVectorImpl<uint32_t> &Mask,
+static void genShuffleBland(MVT VT, ArrayRef<uint32_t> Mask,
                             SmallVectorImpl<uint32_t> &Out, int LowOffset,
                             int HighOffset) {
   assert(VT.getSizeInBits() == 256 &&