summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LoopAccessAnalysis.cpp
diff options
context:
space:
mode:
authorSanjay Patel <spatel@rotateright.com>2015-12-07 19:21:39 +0000
committerSanjay Patel <spatel@rotateright.com>2015-12-07 19:21:39 +0000
commite4b9f507cf7cc65454161cd39ec35bc63f126cf6 (patch)
treeccfc434a5c55ac7f2fb3105af02260c17d865003 /llvm/lib/Analysis/LoopAccessAnalysis.cpp
parentaff223278c3770ba11c98bc33b53e0ea6ff675ae (diff)
downloadbcm5719-llvm-e4b9f507cf7cc65454161cd39ec35bc63f126cf6.tar.gz
bcm5719-llvm-e4b9f507cf7cc65454161cd39ec35bc63f126cf6.zip
fix 'the the '; NFC
llvm-svn: 254928
Diffstat (limited to 'llvm/lib/Analysis/LoopAccessAnalysis.cpp')
-rw-r--r--llvm/lib/Analysis/LoopAccessAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/LoopAccessAnalysis.cpp b/llvm/lib/Analysis/LoopAccessAnalysis.cpp
index 49b28078c97..b2670bf48dd 100644
--- a/llvm/lib/Analysis/LoopAccessAnalysis.cpp
+++ b/llvm/lib/Analysis/LoopAccessAnalysis.cpp
@@ -289,7 +289,7 @@ void RuntimePointerChecking::groupChecks(
// don't process them twice.
SmallSet<unsigned, 2> Seen;
- // Go through all equivalence classes, get the the "pointer check groups"
+ // Go through all equivalence classes, get the "pointer check groups"
// and add them to the overall solution. We use the order in which accesses
// appear in 'Pointers' to enforce determinism.
for (unsigned I = 0; I < Pointers.size(); ++I) {
OpenPOWER on IntegriCloud