[NFC] Remove redundant word in comment
authormadhur13490 <Madhur.Amilkanthwar@amd.com>
Sun, 21 Feb 2021 18:02:44 +0000 (18:02 +0000)
committermadhur13490 <Madhur.Amilkanthwar@amd.com>
Sun, 21 Feb 2021 18:04:20 +0000 (18:04 +0000)
Differential Revision: https://reviews.llvm.org/D97157

llvm/include/llvm/Analysis/LoopAnalysisManager.h

index 11dbd15..92db1d6 100644 (file)
@@ -47,7 +47,7 @@ class TargetTransformInfo;
 
 /// The adaptor from a function pass to a loop pass computes these analyses and
 /// makes them available to the loop passes "for free". Each loop pass is
-/// expected expected to update these analyses if necessary to ensure they're
+/// expected to update these analyses if necessary to ensure they're
 /// valid after it runs.
 struct LoopStandardAnalysisResults {
   AAResults &AA;