[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:04:42 PST 2021


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5fe23de5db03: [NFC] Remove redundant word in comment (authored by madhur13490).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D97157/new/

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.325321.patch
Type: text/x-patch
Size: 637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210221/de1a3ea3/attachment.bin>


More information about the llvm-commits mailing list