Small modification <NFC>

Change-Id: I360abccee12cae29bd2ac4f8399c9ecc92eb7f13
llvm-svn: 314510
This commit is contained in:
Michael Zuckerman 2017-09-29 12:45:54 +00:00
parent 80275fef32
commit 0b5db55b96
1 changed files with 1 additions and 1 deletions

View 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 &&