summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2017-06-12 22:34:37 +0000
committerSanjay Patel <spatel@rotateright.com>2017-06-12 22:34:37 +0000
commit2ad88f81f025ca5a2f4fc7fe6ee8b7c039e29a8d (patch)
treeffa8f0d95ba7b7d4022d780e98e32153af337a77 /llvm/lib/Analysis
parent602a5bbb32e88ce0ae71e90bd76e22d0b5e006c7 (diff)
downloadbcm5719-llvm-2ad88f81f025ca5a2f4fc7fe6ee8b7c039e29a8d.tar.gz
bcm5719-llvm-2ad88f81f025ca5a2f4fc7fe6ee8b7c039e29a8d.zip
fix typos/formatting; NFC
llvm-svn: 305243
Diffstat (limited to 'llvm/lib/Analysis')
-rw-r--r--llvm/lib/Analysis/ValueTracking.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/ValueTracking.cpp b/llvm/lib/Analysis/ValueTracking.cpp
index c0181662fd9..7cb8c8d8aae 100644
--- a/llvm/lib/Analysis/ValueTracking.cpp
+++ b/llvm/lib/Analysis/ValueTracking.cpp
@@ -3026,7 +3026,7 @@ bool llvm::getConstantDataArrayInfo(const Value *V,
if (GV->getInitializer()->isNullValue()) {
Type *GVTy = GV->getValueType();
if ( (ArrayTy = dyn_cast<ArrayType>(GVTy)) ) {
- // A zeroinitializer for the array; There is no ConstantDataArray.
+ // A zeroinitializer for the array; there is no ConstantDataArray.
Array = nullptr;
} else {
const DataLayout &DL = GV->getParent()->getDataLayout();
OpenPOWER on IntegriCloud