diff options
Diffstat (limited to 'contrib/llvm-project/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp')
-rw-r--r-- | contrib/llvm-project/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp b/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp index 0fea6bcc4882..7af9c39f8236 100644 --- a/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp +++ b/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/DependencyAnalysis.cpp @@ -242,7 +242,7 @@ static bool findDependencies(DependenceKind Flavor, const Value *Arg, } while (!Worklist.empty()); // Determine whether the original StartBB post-dominates all of the blocks we - // visited. If not, insert a sentinal indicating that most optimizations are + // visited. If not, insert a sentinel indicating that most optimizations are // not safe. for (const BasicBlock *BB : Visited) { if (BB == StartBB) |