Fix typo in comment. NFCI.

llvm-svn: 301911
This commit is contained in:
Simon Pilgrim 2017-05-02 10:43:33 +00:00
parent 89ad89cc73
commit 7aca5218b0
1 changed files with 2 additions and 2 deletions

View File

@ -4886,9 +4886,9 @@ bool X86::isZeroNode(SDValue Elt) {
return isNullConstant(Elt) || isNullFPConstant(Elt);
}
// Build a vector of constants
// Build a vector of constants.
// Use an UNDEF node if MaskElt == -1.
// Spilt 64-bit constants in the 32-bit mode.
// Split 64-bit constants in the 32-bit mode.
static SDValue getConstVector(ArrayRef<int> Values, MVT VT, SelectionDAG &DAG,
const SDLoc &dl, bool IsMask = false) {