From 5fe23de5db0398104364ade31aa084f1e28dfc91 Mon Sep 17 00:00:00 2001 From: madhur13490 Date: Sun, 21 Feb 2021 18:02:44 +0000 Subject: [PATCH] [NFC] Remove redundant word in comment Differential Revision: https://reviews.llvm.org/D97157 --- llvm/include/llvm/Analysis/LoopAnalysisManager.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/include/llvm/Analysis/LoopAnalysisManager.h b/llvm/include/llvm/Analysis/LoopAnalysisManager.h index 11dbd15..92db1d6 100644 --- a/llvm/include/llvm/Analysis/LoopAnalysisManager.h +++ b/llvm/include/llvm/Analysis/LoopAnalysisManager.h @@ -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; -- 2.7.4