summaryrefslogtreecommitdiff
path: root/include/llvm/Constants.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2007-07-16 14:29:03 +0000
committerDan Gohman <gohman@apple.com>2007-07-16 14:29:03 +0000
commit07a96765daedf180a7102d39fe56c499878312b7 (patch)
treed64631240d2aad80b33853dd3c5f9ee82abac6d6 /include/llvm/Constants.h
parent318f0dee83a536061bc4c2aab825a50deb1cd10f (diff)
downloadllvm-07a96765daedf180a7102d39fe56c499878312b7.tar.gz
llvm-07a96765daedf180a7102d39fe56c499878312b7.tar.bz2
llvm-07a96765daedf180a7102d39fe56c499878312b7.tar.xz
Fix comments about vectors to use the current wording.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@39921 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Constants.h')
-rw-r--r--include/llvm/Constants.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Constants.h b/include/llvm/Constants.h
index c14d25d676..526f19c423 100644
--- a/include/llvm/Constants.h
+++ b/include/llvm/Constants.h
@@ -412,7 +412,7 @@ public:
static ConstantVector *getAllOnesValue(const VectorType *Ty);
/// isNullValue - Return true if this is the value that would be returned by
- /// getNullValue. This always returns false because zero arrays are always
+ /// getNullValue. This always returns false because zero vectors are always
/// created as ConstantAggregateZero objects.
virtual bool isNullValue() const { return false; }