[PATCH] D97157: [NFC] Remove redundant word in comment

Madhur Amilkanthwar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 21 10:03:37 PST 2021


madhur13490 created this revision.
madhur13490 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97157

Files:
  llvm/include/llvm/Analysis/LoopAnalysisManager.h


Index: llvm/include/llvm/Analysis/LoopAnalysisManager.h
===================================================================
--- llvm/include/llvm/Analysis/LoopAnalysisManager.h
+++ llvm/include/llvm/Analysis/LoopAnalysisManager.h
@@ -47,7 +47,7 @@
 
 /// 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;


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97157.325320.patch
Type: text/x-patch
Size: 637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210221/e3d0a4ef/attachment.bin>


More information about the llvm-commits mailing list