mirror of
https://github.com/RPCSX/llvm.git
synced 2024-12-04 10:04:33 +00:00
Fix typo in comment. NFCI.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@301911 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ed79276e6b
commit
3adcb6cd73
@ -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) {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user