Fix spelling.

llvm-svn: 263266
This commit is contained in:
Simon Pilgrim 2016-03-11 17:31:43 +00:00
parent 8cb0c9cc03
commit 9da9e86e49

View File

@ -11863,7 +11863,7 @@ static SDValue lower512BitVectorShuffle(SDValue Op, SDValue V1, SDValue V2,
lowerVectorShuffleAsBroadcast(DL, VT, V1, V2, Mask, Subtarget, DAG))
return Broadcast;
// Dispatch to each element type for lowering. If we don't have supprot for
// Dispatch to each element type for lowering. If we don't have support for
// specific element type shuffles at 512 bits, immediately split them and
// lower them. Each lowering routine of a given type is allowed to assume that
// the requisite ISA extensions for that element type are available.