summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LazyValueInfo.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2019-02-05 08:30:48 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2019-02-05 08:30:48 +0000
commit02a2bb2f54659e7830946bd20ee121ce7d80ff65 (patch)
tree8a5e425f5eaeb24395609d5934f142f58fa9c67d /llvm/lib/Analysis/LazyValueInfo.cpp
parentccd4e5e01684f7f05ea329a475a0b7a62b311039 (diff)
downloadbcm5719-llvm-02a2bb2f54659e7830946bd20ee121ce7d80ff65.tar.gz
bcm5719-llvm-02a2bb2f54659e7830946bd20ee121ce7d80ff65.zip
[NFC] fix trivial typos in comments
llvm-svn: 353147
Diffstat (limited to 'llvm/lib/Analysis/LazyValueInfo.cpp')
-rw-r--r--llvm/lib/Analysis/LazyValueInfo.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp
index 03df953f24e..4e915be303a 100644
--- a/llvm/lib/Analysis/LazyValueInfo.cpp
+++ b/llvm/lib/Analysis/LazyValueInfo.cpp
@@ -624,7 +624,7 @@ bool LazyValueInfoImpl::solveBlockValueImpl(ValueLatticeElement &Res,
// and the like to prove non-nullness, but it's not clear that's worth it
// compile time wise. The context-insensitive value walk done inside
// isKnownNonZero gets most of the profitable cases at much less expense.
- // This does mean that we have a sensativity to where the defining
+ // This does mean that we have a sensitivity to where the defining
// instruction is placed, even if it could legally be hoisted much higher.
// That is unfortunate.
PointerType *PT = dyn_cast<PointerType>(BBI->getType());
OpenPOWER on IntegriCloud