summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorCraig Topper <craig.topper@gmail.com>2017-04-11 06:41:55 +0000
committerCraig Topper <craig.topper@gmail.com>2017-04-11 06:41:55 +0000
commitdf90726af316c3ea0f8f32e94334c1ecc7aba4d4 (patch)
tree3bab05d1f2d4a8eababd57b96aafe296863f8897 /llvm/lib
parent8c75adf95b330fce1ef7eced7a35b35e98237a10 (diff)
downloadbcm5719-llvm-df90726af316c3ea0f8f32e94334c1ecc7aba4d4.tar.gz
bcm5719-llvm-df90726af316c3ea0f8f32e94334c1ecc7aba4d4.zip
[IR] Fix a typo in a comment. NFC
llvm-svn: 299918
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/IR/Constants.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/IR/Constants.cpp b/llvm/lib/IR/Constants.cpp
index 533b9245277..c5f93c9f4db 100644
--- a/llvm/lib/IR/Constants.cpp
+++ b/llvm/lib/IR/Constants.cpp
@@ -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;
}
OpenPOWER on IntegriCloud