diff options
author | Craig Topper <craig.topper@intel.com> | 2017-06-09 21:21:17 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2017-06-09 21:21:17 +0000 |
commit | 7ad13f259f203d6d25bbe263c38e55976a521c33 (patch) | |
tree | c3e678f70e9761a6e4e5d922f75c2a771b6a7af7 /llvm/lib/Analysis/LazyValueInfo.cpp | |
parent | 6dd9dcf26e0e55050da9a2bf4e7d4738816a1373 (diff) | |
download | bcm5719-llvm-7ad13f259f203d6d25bbe263c38e55976a521c33.tar.gz bcm5719-llvm-7ad13f259f203d6d25bbe263c38e55976a521c33.zip |
[LVI] Fix spelling error in comment. NFC
llvm-svn: 305115
Diffstat (limited to 'llvm/lib/Analysis/LazyValueInfo.cpp')
-rw-r--r-- | llvm/lib/Analysis/LazyValueInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp index 9fd196e4156..3ed61a79478 100644 --- a/llvm/lib/Analysis/LazyValueInfo.cpp +++ b/llvm/lib/Analysis/LazyValueInfo.cpp @@ -806,7 +806,7 @@ bool LazyValueInfoImpl::solveBlockValueImpl(LVILatticeVal &Res, // that for all other pointer typed values, we terminate the search at the // definition. We could easily extend this to look through geps, bitcasts, // and the like to prove non-nullness, but it's not clear that's worth it - // compile time wise. The context-insensative value walk done inside + // compile time wise. The context-insensitive value walk done inside // isKnownNonNull gets most of the profitable cases at much less expense. // This does mean that we have a sensativity to where the defining // instruction is placed, even if it could legally be hoisted much higher. |