[IR] Fix a typo in a comment. NFC

llvm-svn: 299918
This commit is contained in:
Craig Topper 2017-04-11 06:41:55 +00:00
parent ac057baab6
commit 0a583603dd

View File

@ -1027,7 +1027,7 @@ Constant *ConstantVector::getImpl(ArrayRef<Constant*> V) {
return getSequenceIfElementsMatch<ConstantDataVector>(C, V);
// Otherwise, the element type isn't compatible with ConstantDataVector, or
// the operand list constants a ConstantExpr or something else strange.
// the operand list contains a ConstantExpr or something else strange.
return nullptr;
}