summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Analysis/LazyValueInfo.cpp
diff options
context:
space:
mode:
authorHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-17 12:29:38 +0000
committerHiroshi Inoue <inouehrs@jp.ibm.com>2018-01-17 12:29:38 +0000
commit8f976ba0bf81a890e4690aa923df2f0f0346ae49 (patch)
tree69e6f2fe27e8823236b1d036bea7a9d32ee8ff37 /llvm/lib/Analysis/LazyValueInfo.cpp
parent3efd1c516c6f85daccb8670b627ecd32091c8d7a (diff)
downloadbcm5719-llvm-8f976ba0bf81a890e4690aa923df2f0f0346ae49.tar.gz
bcm5719-llvm-8f976ba0bf81a890e4690aa923df2f0f0346ae49.zip
[NFC] fix trivial typos in comments
"the the" -> "the" llvm-svn: 322636
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 d7da669f6e7..1982a3bbd77 100644
--- a/llvm/lib/Analysis/LazyValueInfo.cpp
+++ b/llvm/lib/Analysis/LazyValueInfo.cpp
@@ -1830,7 +1830,7 @@ void LazyValueInfoAnnotatedWriter::emitInstructionAnnot(
};
printResult(ParentBB);
- // Print the LVI analysis results for the the immediate successor blocks, that
+ // Print the LVI analysis results for the immediate successor blocks, that
// are dominated by `ParentBB`.
for (auto *BBSucc : successors(ParentBB))
if (DT.dominates(ParentBB, BBSucc))
OpenPOWER on IntegriCloud