]> granicus.if.org Git - llvm/commitdiff
[LVI] Fix spelling error in comment. NFC
authorCraig Topper <craig.topper@intel.com>
Fri, 9 Jun 2017 21:21:17 +0000 (21:21 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 9 Jun 2017 21:21:17 +0000 (21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@305115 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Analysis/LazyValueInfo.cpp

index 9fd196e41564b0504dc4e374277945619c3b2e4d..3ed61a79478ad48c6d4399418874d1292fe87c41 100644 (file)
@@ -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.