mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-10 22:43:53 +00:00
[IR] Fix a typo in a comment. NFC
llvm-svn: 299918
This commit is contained in:
parent
ac057baab6
commit
0a583603dd
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user